#C8414A

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

Shades of Brick Red #C8414A

Tints of Brick Red #C8414A

Color information

#C8414A (or 0xC8414A) is unknown color: approx Brick Red. HEX triplet: C8, 41 and 4A. RGB value is (200,65,74). Sum of RGB (Red+Green+Blue) = 200+65+74=339 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.00% from 339); Green value is 65 (25.78% from 255 or 19.17% from 339); Blue value is 74 (29.30% from 255 or 21.83% from 339); Max value from RGB is 200 - color contains mainly: red. Hex color #C8414A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8414A is #37BEB5. Grayscale: #6A6A6A. Windows color (decimal): -3653302 or 4866504. OLE color: 4866504.

HSL color Cylindrical-coordinate representation of color #C8414A: hue angle of 356º 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 #C8414A is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB2006574-
CMYK00.680.630.22
HSL356º55.1%51.96%-
HSV(B)356º67.5%78.43%-
XYZ26.9516.558.25-
YUV106.39109.73194.77-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 59.00%
GREEN value IS 65 (25.78% from 255) = 19.17%
BLUE value IS 74 (29.30% from 255) = 21.83%
R=59.00%
G=19.17%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200657400.680.630.2235655.151.96
HexC8414A0443F161643734
Octal310101112010477265446764
Binary11001000100000110010100100010011111110110101100100110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8414A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8414A; }

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

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

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

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

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

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

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

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