Shades of Cinnabar #D24539
Tints of Cinnabar #D24539
RGB
CMYK
RGB Variations
Color information
#D24539 (or 0xD24539) is known color: Cinnabar. HEX triplet: D2, 45 and 39. RGB value is (210,69,57). Sum of RGB (Red+Green+Blue) = 210+69+57=336 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.5% from 336); Green value is 69 (27.34% from 255 or 20.54% from 336); Blue value is 57 (22.66% from 255 or 16.96% from 336); Max value from RGB is 210 - color contains mainly: red. Hex color #D24539 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24539 is #2DBAC6. Grayscale: #6D6D6D. Windows color (decimal): -2996935 or 3753426. OLE color: 3753426.
HSL color Cylindrical-coordinate representation of color #D24539: hue angle of 4.71º 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 #D24539 is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 69 | 57 | - |
| CMYK | 0 | 0.67 | 0.73 | 0.18 |
| HSL | 4.71º | 0.63% | 0.52% | - |
| HSV(B) | 4.71º | 0.73% | 0.82% | - |
| XYZ | 29.44 | 18.25 | 5.84 | - |
| YUV | 109.79 | 98.21 | 199.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 69 | 57 | 0 | 0.67 | 0.73 | 0.18 | 4.71 | 0.63 | 0.52 |
| Hex | D2 | 45 | 39 | 0 | 43 | 49 | 12 | 5 | 3F | 34 |
| Octal | 322 | 105 | 71 | 0 | 103 | 111 | 22 | 5 | 77 | 64 |
| Binary | 11010010 | 1000101 | 111001 | 0 | 1000011 | 1001001 | 10010 | 101 | 111111 | 110100 |
Color Harmonies of #D24539
Complementary color
Monochromatic Colors of #D24539
Black with #D24539
Text Example
Text Example
White with #D24539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24539; }
p { color: rgb(210,69,57); }
H1.HeaderClassName
{
color: #D24539;
}
.AnyTagClassName
{
color: #D24539;
}
</style>
background-color css
<style>
a { background-color: #D24539; }
a { background-color: rgb(210,69,57); }
div.DivClassName
{
background-color: #D24539;
}
.BgClassName
{
background-color: #D24539;
}
</style>
border-color css
<style>
span { border-color: #D24539; }
span { border-color: rgb(210,69,57); }
td.TdClassName
{
border-color: #D24539;
}
.TagClassName
{
border-color: #D24539;
}
</style>