#C8414C

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

Shades of Brick Red #C8414C

Tints of Brick Red #C8414C

Color information

#C8414C (or 0xC8414C) is unknown color: approx Brick Red. HEX triplet: C8, 41 and 4C. RGB value is (200,65,76). Sum of RGB (Red+Green+Blue) = 200+65+76=341 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.65% from 341); Green value is 65 (25.78% from 255 or 19.06% from 341); Blue value is 76 (30.08% from 255 or 22.29% from 341); Max value from RGB is 200 - color contains mainly: red. Hex color #C8414C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8414C is #37BEB3. Grayscale: #6A6A6A. Windows color (decimal): -3653300 or 4997576. OLE color: 4997576.

HSL color Cylindrical-coordinate representation of color #C8414C: hue angle of 355.11º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C8414C is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB2006576-
CMYK00.680.620.22
HSL355.11º55.1%51.96%-
HSV(B)355.11º67.5%78.43%-
XYZ27.0116.588.61-
YUV106.62110.73194.61-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 58.65%
GREEN value IS 65 (25.78% from 255) = 19.06%
BLUE value IS 76 (30.08% from 255) = 22.29%
R=58.65%
G=19.06%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200657600.680.620.22355.1155.151.96
HexC8414C0443E161633734
Octal310101114010476265436764
Binary11001000100000110011000100010011111010110101100011110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8414C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8414C; }

 p { color: rgb(200,65,76); }

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

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

 a { background-color: rgb(200,65,76); }

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

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

 span { border-color: rgb(200,65,76); }

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