Shades of Cinnabar #D24636
Tints of Cinnabar #D24636
RGB
CMYK
RGB Variations
Color information
#D24636 (or 0xD24636) is known color: Cinnabar. HEX triplet: D2, 46 and 36. RGB value is (210,70,54). Sum of RGB (Red+Green+Blue) = 210+70+54=334 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.87% from 334); Green value is 70 (27.73% from 255 or 20.96% from 334); Blue value is 54 (21.48% from 255 or 16.17% from 334); Max value from RGB is 210 - color contains mainly: red. Hex color #D24636 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24636 is #2DB9C9. Grayscale: #6E6E6E. Windows color (decimal): -2996682 or 3557074. OLE color: 3557074.
HSL color Cylindrical-coordinate representation of color #D24636: hue angle of 6.15º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D24636 is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 70 | 54 | - |
| CMYK | 0 | 0.67 | 0.74 | 0.18 |
| HSL | 6.15º | 0.63% | 0.52% | - |
| HSV(B) | 6.15º | 0.74% | 0.82% | - |
| XYZ | 29.43 | 18.35 | 5.48 | - |
| YUV | 110.04 | 96.38 | 199.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 70 | 54 | 0 | 0.67 | 0.74 | 0.18 | 6.15 | 0.63 | 0.52 |
| Hex | D2 | 46 | 36 | 0 | 43 | 4A | 12 | 6 | 3F | 34 |
| Octal | 322 | 106 | 66 | 0 | 103 | 112 | 22 | 6 | 77 | 64 |
| Binary | 11010010 | 1000110 | 110110 | 0 | 1000011 | 1001010 | 10010 | 110 | 111111 | 110100 |
Color Harmonies of #D24636
Complementary color
Monochromatic Colors of #D24636
Black with #D24636
Text Example
Text Example
White with #D24636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24636; }
p { color: rgb(210,70,54); }
H1.HeaderClassName
{
color: #D24636;
}
.AnyTagClassName
{
color: #D24636;
}
</style>
background-color css
<style>
a { background-color: #D24636; }
a { background-color: rgb(210,70,54); }
div.DivClassName
{
background-color: #D24636;
}
.BgClassName
{
background-color: #D24636;
}
</style>
border-color css
<style>
span { border-color: #D24636; }
span { border-color: rgb(210,70,54); }
td.TdClassName
{
border-color: #D24636;
}
.TagClassName
{
border-color: #D24636;
}
</style>