Shades of Cinnabar #D24027
Tints of Cinnabar #D24027
RGB
CMYK
RGB Variations
Color information
#D24027 (or 0xD24027) is known color: Cinnabar. HEX triplet: D2, 40 and 27. RGB value is (210,64,39). Sum of RGB (Red+Green+Blue) = 210+64+39=313 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.09% from 313); Green value is 64 (25.39% from 255 or 20.45% from 313); Blue value is 39 (15.62% from 255 or 12.46% from 313); Max value from RGB is 210 - color contains mainly: red. Hex color #D24027 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24027 is #2DBFD8. Grayscale: #696969. Windows color (decimal): -2998233 or 2572498. OLE color: 2572498.
HSL color Cylindrical-coordinate representation of color #D24027: hue angle of 8.77º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D24027 is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 64 | 39 | - |
| CMYK | 0 | 0.70 | 0.81 | 0.18 |
| HSL | 8.77º | 0.69% | 0.49% | - |
| HSV(B) | 8.77º | 0.81% | 0.82% | - |
| XYZ | 28.78 | 17.51 | 3.78 | - |
| YUV | 104.8 | 90.87 | 203.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 64 | 39 | 0 | 0.70 | 0.81 | 0.18 | 8.77 | 0.69 | 0.49 |
| Hex | D2 | 40 | 27 | 0 | 46 | 51 | 12 | 9 | 45 | 31 |
| Octal | 322 | 100 | 47 | 0 | 106 | 121 | 22 | 11 | 105 | 61 |
| Binary | 11010010 | 1000000 | 100111 | 0 | 1000110 | 1010001 | 10010 | 1001 | 1000101 | 110001 |
Color Harmonies of #D24027
Complementary color
Monochromatic Colors of #D24027
Black with #D24027
Text Example
Text Example
White with #D24027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24027; }
p { color: rgb(210,64,39); }
H1.HeaderClassName
{
color: #D24027;
}
.AnyTagClassName
{
color: #D24027;
}
</style>
background-color css
<style>
a { background-color: #D24027; }
a { background-color: rgb(210,64,39); }
div.DivClassName
{
background-color: #D24027;
}
.BgClassName
{
background-color: #D24027;
}
</style>
border-color css
<style>
span { border-color: #D24027; }
span { border-color: rgb(210,64,39); }
td.TdClassName
{
border-color: #D24027;
}
.TagClassName
{
border-color: #D24027;
}
</style>