Shades of Cinnabar #D44024
Tints of Cinnabar #D44024
RGB
CMYK
RGB Variations
Color information
#D44024 (or 0xD44024) is known color: Cinnabar. HEX triplet: D4, 40 and 24. RGB value is (212,64,36). Sum of RGB (Red+Green+Blue) = 212+64+36=312 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.95% from 312); Green value is 64 (25.39% from 255 or 20.51% from 312); Blue value is 36 (14.45% from 255 or 11.54% from 312); Max value from RGB is 212 - color contains mainly: red. Hex color #D44024 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D44024 is #2BBFDB. Grayscale: #696969. Windows color (decimal): -2867164 or 2375892. OLE color: 2375892.
HSL color Cylindrical-coordinate representation of color #D44024: hue angle of 9.55º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D44024 is Cyan = 0, Magento = 0.70, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 64 | 36 | - |
| CMYK | 0 | 0.70 | 0.83 | 0.17 |
| HSL | 9.55º | 0.71% | 0.49% | - |
| HSV(B) | 9.55º | 0.83% | 0.83% | - |
| XYZ | 29.3 | 17.79 | 3.56 | - |
| YUV | 105.06 | 89.03 | 204.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 64 | 36 | 0 | 0.70 | 0.83 | 0.17 | 9.55 | 0.71 | 0.49 |
| Hex | D4 | 40 | 24 | 0 | 46 | 53 | 11 | A | 47 | 31 |
| Octal | 324 | 100 | 44 | 0 | 106 | 123 | 21 | 12 | 107 | 61 |
| Binary | 11010100 | 1000000 | 100100 | 0 | 1000110 | 1010011 | 10001 | 1010 | 1000111 | 110001 |
Color Harmonies of #D44024
Complementary color
Monochromatic Colors of #D44024
Black with #D44024
Text Example
Text Example
White with #D44024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44024; }
p { color: rgb(212,64,36); }
H1.HeaderClassName
{
color: #D44024;
}
.AnyTagClassName
{
color: #D44024;
}
</style>
background-color css
<style>
a { background-color: #D44024; }
a { background-color: rgb(212,64,36); }
div.DivClassName
{
background-color: #D44024;
}
.BgClassName
{
background-color: #D44024;
}
</style>
border-color css
<style>
span { border-color: #D44024; }
span { border-color: rgb(212,64,36); }
td.TdClassName
{
border-color: #D44024;
}
.TagClassName
{
border-color: #D44024;
}
</style>