#C8283E

Color #C8283E Brick Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brick Red #C8283E

Tints of Brick Red #C8283E

Color information

#C8283E (or 0xC8283E) is unknown color: approx Brick Red. HEX triplet: C8, 28 and 3E. RGB value is (200,40,62). Sum of RGB (Red+Green+Blue) = 200+40+62=302 (40% of max value = 765). Red value is 200 (78.52% from 255 or 66.23% from 302); Green value is 40 (16.02% from 255 or 13.25% from 302); Blue value is 62 (24.61% from 255 or 20.53% from 302); Max value from RGB is 200 - color contains mainly: red. Hex color #C8283E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8283E is #37D7C1. Grayscale: #5A5A5A. Windows color (decimal): -3659714 or 4073672. OLE color: 4073672.

HSL color Cylindrical-coordinate representation of color #C8283E: hue angle of 351.75º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C8283E is Cyan = 0, Magento = 0.8, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB2004062-
CMYK00.80.690.22
HSL351.75º66.67%47.06%-
HSV(B)351.75º80%78.43%-
XYZ25.4514.145.95-
YUV90.35112.01206.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 200 (78.52% from 255) = 66.23%
GREEN value IS 40 (16.02% from 255) = 13.25%
BLUE value IS 62 (24.61% from 255) = 20.53%
R=66.23%
G=13.25%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.69
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200406200.80.690.22351.7566.6747.06
HexC8283E0504516160432f
Octal310507601201052654010357
Binary11001000101000111110010100001000101101101011000001000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8283E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8283E; }

 p { color: rgb(200,40,62); }

 H1.HeaderClassName
 {
   color: #C8283E;
 }
 .AnyTagClassName
 {
   color: #C8283E;
 }
</style>
background-color css

<style>
 a { background-color: #C8283E; }

 a { background-color: rgb(200,40,62); }

 div.DivClassName
 {
   background-color: #C8283E;
 }
 .BgClassName
 {
   background-color: #C8283E;
 }
</style>
border-color css

<style>
 span { border-color: #C8283E; }

 span { border-color: rgb(200,40,62); }

 td.TdClassName
 {
   border-color: #C8283E;
 }
 .TagClassName
 {
   border-color: #C8283E;
 }
</style>