Shades of Cinnabar #D24739
Tints of Cinnabar #D24739
RGB
CMYK
RGB Variations
Color information
#D24739 (or 0xD24739) is known color: Cinnabar. HEX triplet: D2, 47 and 39. RGB value is (210,71,57). Sum of RGB (Red+Green+Blue) = 210+71+57=338 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.13% from 338); Green value is 71 (28.12% from 255 or 21.01% from 338); Blue value is 57 (22.66% from 255 or 16.86% from 338); Max value from RGB is 210 - color contains mainly: red. Hex color #D24739 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24739 is #2DB8C6. Grayscale: #6F6F6F. Windows color (decimal): -2996423 or 3753938. OLE color: 3753938.
HSL color Cylindrical-coordinate representation of color #D24739: hue angle of 5.49º 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 #D24739 is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 71 | 57 | - |
| CMYK | 0 | 0.66 | 0.73 | 0.18 |
| HSL | 5.49º | 0.63% | 0.52% | - |
| HSV(B) | 5.49º | 0.73% | 0.82% | - |
| XYZ | 29.57 | 18.5 | 5.88 | - |
| YUV | 110.97 | 97.55 | 198.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 71 | 57 | 0 | 0.66 | 0.73 | 0.18 | 5.49 | 0.63 | 0.52 |
| Hex | D2 | 47 | 39 | 0 | 42 | 49 | 12 | 5 | 3F | 34 |
| Octal | 322 | 107 | 71 | 0 | 102 | 111 | 22 | 5 | 77 | 64 |
| Binary | 11010010 | 1000111 | 111001 | 0 | 1000010 | 1001001 | 10010 | 101 | 111111 | 110100 |
Color Harmonies of #D24739
Complementary color
Monochromatic Colors of #D24739
Black with #D24739
Text Example
Text Example
White with #D24739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24739; }
p { color: rgb(210,71,57); }
H1.HeaderClassName
{
color: #D24739;
}
.AnyTagClassName
{
color: #D24739;
}
</style>
background-color css
<style>
a { background-color: #D24739; }
a { background-color: rgb(210,71,57); }
div.DivClassName
{
background-color: #D24739;
}
.BgClassName
{
background-color: #D24739;
}
</style>
border-color css
<style>
span { border-color: #D24739; }
span { border-color: rgb(210,71,57); }
td.TdClassName
{
border-color: #D24739;
}
.TagClassName
{
border-color: #D24739;
}
</style>