#D4452E

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

Shades of Cinnabar #D4452E

Tints of Cinnabar #D4452E

Color information

#D4452E (or 0xD4452E) is unknown color: approx Cinnabar. HEX triplet: D4, 45 and 2E. RGB value is (212,69,46). Sum of RGB (Red+Green+Blue) = 212+69+46=327 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.83% from 327); Green value is 69 (27.34% from 255 or 21.10% from 327); Blue value is 46 (18.36% from 255 or 14.07% from 327); Max value from RGB is 212 - color contains mainly: red. Hex color #D4452E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4452E is #2BBAD1. Grayscale: #6D6D6D. Windows color (decimal): -2865874 or 3032532. OLE color: 3032532.

HSL color Cylindrical-coordinate representation of color #D4452E: hue angle of 8.31º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D4452E is Cyan = 0, Magento = 0.67, Yellow = 0.78 and Black (K on CMYK) = 0.17.

Color convert

RGB2126946-
CMYK00.670.780.17
HSL8.31º65.87%50.59%-
HSV(B)8.31º78.3%83.14%-
XYZ29.7718.454.58-
YUV109.1492.38201.37-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 64.83%
GREEN value IS 69 (27.34% from 255) = 21.10%
BLUE value IS 46 (18.36% from 255) = 14.07%
R=64.83%
G=21.10%
B=14.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.78
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212694600.670.780.178.3165.8750.59
HexD4452E0434E1184233
Octal324105560103116211010263
Binary1101010010001011011100100001110011101000110001000010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4452E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4452E; }

 p { color: rgb(212,69,46); }

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

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

 a { background-color: rgb(212,69,46); }

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

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

 span { border-color: rgb(212,69,46); }

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