#D44039

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

Shades of Cinnabar #D44039

Tints of Cinnabar #D44039

Color information

#D44039 (or 0xD44039) is unknown color: approx Cinnabar. HEX triplet: D4, 40 and 39. RGB value is (212,64,57). Sum of RGB (Red+Green+Blue) = 212+64+57=333 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.66% from 333); Green value is 64 (25.39% from 255 or 19.22% from 333); Blue value is 57 (22.66% from 255 or 17.12% from 333); Max value from RGB is 212 - color contains mainly: red. Hex color #D44039 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D44039 is #2BBFC6. Grayscale: #6B6B6B. Windows color (decimal): -2867143 or 3752148. OLE color: 3752148.

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

Color convert

RGB2126457-
CMYK00.700.730.17
HSL2.71º64.32%52.75%-
HSV(B)2.71º73.11%83.14%-
XYZ29.7217.965.77-
YUV107.4599.53202.57-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 63.66%
GREEN value IS 64 (25.39% from 255) = 19.22%
BLUE value IS 57 (22.66% from 255) = 17.12%
R=63.66%
G=19.22%
B=17.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.73
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212645700.700.730.172.7164.3252.75
HexD44039046491134035
Octal32410071010611121310065
Binary11010100100000011100101000110100100110001111000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D44039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D44039; }

 p { color: rgb(212,64,57); }

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

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

 a { background-color: rgb(212,64,57); }

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

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

 span { border-color: rgb(212,64,57); }

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