Shades of Cinnabar #D84A24
Tints of Cinnabar #D84A24
RGB
CMYK
RGB Variations
Color information
#D84A24 (or 0xD84A24) is known color: Cinnabar. HEX triplet: D8, 4A and 24. RGB value is (216,74,36). Sum of RGB (Red+Green+Blue) = 216+74+36=326 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.26% from 326); Green value is 74 (29.30% from 255 or 22.70% from 326); Blue value is 36 (14.45% from 255 or 11.04% from 326); Max value from RGB is 216 - color contains mainly: red. Hex color #D84A24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84A24 is #27B5DB. Grayscale: #707070. Windows color (decimal): -2602460 or 2378456. OLE color: 2378456.
HSL color Cylindrical-coordinate representation of color #D84A24: hue angle of 12.67º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D84A24 is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 74 | 36 | - |
| CMYK | 0 | 0.66 | 0.83 | 0.15 |
| HSL | 12.67º | 0.71% | 0.49% | - |
| HSV(B) | 12.67º | 0.83% | 0.85% | - |
| XYZ | 31.09 | 19.62 | 3.82 | - |
| YUV | 112.13 | 85.04 | 202.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 74 | 36 | 0 | 0.66 | 0.83 | 0.15 | 12.67 | 0.71 | 0.49 |
| Hex | D8 | 4A | 24 | 0 | 42 | 53 | F | D | 47 | 31 |
| Octal | 330 | 112 | 44 | 0 | 102 | 123 | 17 | 15 | 107 | 61 |
| Binary | 11011000 | 1001010 | 100100 | 0 | 1000010 | 1010011 | 1111 | 1101 | 1000111 | 110001 |
Color Harmonies of #D84A24
Complementary color
Monochromatic Colors of #D84A24
Black with #D84A24
Text Example
Text Example
White with #D84A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84A24; }
p { color: rgb(216,74,36); }
H1.HeaderClassName
{
color: #D84A24;
}
.AnyTagClassName
{
color: #D84A24;
}
</style>
background-color css
<style>
a { background-color: #D84A24; }
a { background-color: rgb(216,74,36); }
div.DivClassName
{
background-color: #D84A24;
}
.BgClassName
{
background-color: #D84A24;
}
</style>
border-color css
<style>
span { border-color: #D84A24; }
span { border-color: rgb(216,74,36); }
td.TdClassName
{
border-color: #D84A24;
}
.TagClassName
{
border-color: #D84A24;
}
</style>