Shades of Cinnabar #D84524
Tints of Cinnabar #D84524
RGB
CMYK
RGB Variations
Color information
#D84524 (or 0xD84524) is known color: Cinnabar. HEX triplet: D8, 45 and 24. RGB value is (216,69,36). Sum of RGB (Red+Green+Blue) = 216+69+36=321 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.29% from 321); Green value is 69 (27.34% from 255 or 21.50% from 321); Blue value is 36 (14.45% from 255 or 11.21% from 321); Max value from RGB is 216 - color contains mainly: red. Hex color #D84524 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84524 is #27BADB. Grayscale: #6D6D6D. Windows color (decimal): -2603740 or 2377176. OLE color: 2377176.
HSL color Cylindrical-coordinate representation of color #D84524: hue angle of 11º 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 #D84524 is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 69 | 36 | - |
| CMYK | 0 | 0.68 | 0.83 | 0.15 |
| HSL | 11º | 0.71% | 0.49% | - |
| HSV(B) | 11º | 0.83% | 0.85% | - |
| XYZ | 30.77 | 18.98 | 3.71 | - |
| YUV | 109.19 | 86.7 | 204.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 69 | 36 | 0 | 0.68 | 0.83 | 0.15 | 11 | 0.71 | 0.49 |
| Hex | D8 | 45 | 24 | 0 | 44 | 53 | F | B | 47 | 31 |
| Octal | 330 | 105 | 44 | 0 | 104 | 123 | 17 | 13 | 107 | 61 |
| Binary | 11011000 | 1000101 | 100100 | 0 | 1000100 | 1010011 | 1111 | 1011 | 1000111 | 110001 |
Color Harmonies of #D84524
Complementary color
Monochromatic Colors of #D84524
Black with #D84524
Text Example
Text Example
White with #D84524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84524; }
p { color: rgb(216,69,36); }
H1.HeaderClassName
{
color: #D84524;
}
.AnyTagClassName
{
color: #D84524;
}
</style>
background-color css
<style>
a { background-color: #D84524; }
a { background-color: rgb(216,69,36); }
div.DivClassName
{
background-color: #D84524;
}
.BgClassName
{
background-color: #D84524;
}
</style>
border-color css
<style>
span { border-color: #D84524; }
span { border-color: rgb(216,69,36); }
td.TdClassName
{
border-color: #D84524;
}
.TagClassName
{
border-color: #D84524;
}
</style>