#D4423B

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

Shades of Cinnabar #D4423B

Tints of Cinnabar #D4423B

Color information

#D4423B (or 0xD4423B) is unknown color: approx Cinnabar. HEX triplet: D4, 42 and 3B. RGB value is (212,66,59). Sum of RGB (Red+Green+Blue) = 212+66+59=337 (44% of max value = 765). Red value is 212 (83.20% from 255 or 62.91% from 337); Green value is 66 (26.17% from 255 or 19.58% from 337); Blue value is 59 (23.44% from 255 or 17.51% from 337); Max value from RGB is 212 - color contains mainly: red. Hex color #D4423B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4423B is #2BBDC4. Grayscale: #6D6D6D. Windows color (decimal): -2866629 or 3883732. OLE color: 3883732.

HSL color Cylindrical-coordinate representation of color #D4423B: hue angle of 2.75º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D4423B is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.17.

Color convert

RGB2126659-
CMYK00.690.720.17
HSL2.75º64.02%53.14%-
HSV(B)2.75º72.17%83.14%-
XYZ29.8918.216.08-
YUV108.8699.87201.57-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 62.91%
GREEN value IS 66 (26.17% from 255) = 19.58%
BLUE value IS 59 (23.44% from 255) = 17.51%
R=62.91%
G=19.58%
B=17.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.72
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212665900.690.720.172.7564.0253.14
HexD4423B045481134035
Octal32410273010511021310065
Binary11010100100001011101101000101100100010001111000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4423B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4423B; }

 p { color: rgb(212,66,59); }

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

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

 a { background-color: rgb(212,66,59); }

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

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

 span { border-color: rgb(212,66,59); }

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