Shades of Cinnabar #D24339
Tints of Cinnabar #D24339
RGB
CMYK
RGB Variations
Color information
#D24339 (or 0xD24339) is known color: Cinnabar. HEX triplet: D2, 43 and 39. RGB value is (210,67,57). Sum of RGB (Red+Green+Blue) = 210+67+57=334 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.87% from 334); Green value is 67 (26.56% from 255 or 20.06% from 334); Blue value is 57 (22.66% from 255 or 17.07% from 334); Max value from RGB is 210 - color contains mainly: red. Hex color #D24339 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24339 is #2DBCC6. Grayscale: #6C6C6C. Windows color (decimal): -2997447 or 3752914. OLE color: 3752914.
HSL color Cylindrical-coordinate representation of color #D24339: hue angle of 3.92º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D24339 is Cyan = 0, Magento = 0.68, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 67 | 57 | - |
| CMYK | 0 | 0.68 | 0.73 | 0.18 |
| HSL | 3.92º | 0.63% | 0.52% | - |
| HSV(B) | 3.92º | 0.73% | 0.82% | - |
| XYZ | 29.32 | 18.01 | 5.8 | - |
| YUV | 108.62 | 98.88 | 200.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 67 | 57 | 0 | 0.68 | 0.73 | 0.18 | 3.92 | 0.63 | 0.52 |
| Hex | D2 | 43 | 39 | 0 | 44 | 49 | 12 | 4 | 3F | 34 |
| Octal | 322 | 103 | 71 | 0 | 104 | 111 | 22 | 4 | 77 | 64 |
| Binary | 11010010 | 1000011 | 111001 | 0 | 1000100 | 1001001 | 10010 | 100 | 111111 | 110100 |
Color Harmonies of #D24339
Complementary color
Monochromatic Colors of #D24339
Black with #D24339
Text Example
Text Example
White with #D24339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24339; }
p { color: rgb(210,67,57); }
H1.HeaderClassName
{
color: #D24339;
}
.AnyTagClassName
{
color: #D24339;
}
</style>
background-color css
<style>
a { background-color: #D24339; }
a { background-color: rgb(210,67,57); }
div.DivClassName
{
background-color: #D24339;
}
.BgClassName
{
background-color: #D24339;
}
</style>
border-color css
<style>
span { border-color: #D24339; }
span { border-color: rgb(210,67,57); }
td.TdClassName
{
border-color: #D24339;
}
.TagClassName
{
border-color: #D24339;
}
</style>