Shades of Cinnabar #D84529
Tints of Cinnabar #D84529
RGB
CMYK
RGB Variations
Color information
#D84529 (or 0xD84529) is known color: Cinnabar. HEX triplet: D8, 45 and 29. RGB value is (216,69,41). Sum of RGB (Red+Green+Blue) = 216+69+41=326 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.26% from 326); Green value is 69 (27.34% from 255 or 21.17% from 326); Blue value is 41 (16.41% from 255 or 12.58% from 326); Max value from RGB is 216 - color contains mainly: red. Hex color #D84529 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84529 is #27BAD6. Grayscale: #6E6E6E. Windows color (decimal): -2603735 or 2704856. OLE color: 2704856.
HSL color Cylindrical-coordinate representation of color #D84529: hue angle of 9.6º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D84529 is Cyan = 0, Magento = 0.68, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 69 | 41 | - |
| CMYK | 0 | 0.68 | 0.81 | 0.15 |
| HSL | 9.6º | 0.69% | 0.5% | - |
| HSV(B) | 9.6º | 0.81% | 0.85% | - |
| XYZ | 30.85 | 19.02 | 4.14 | - |
| YUV | 109.76 | 89.2 | 203.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 69 | 41 | 0 | 0.68 | 0.81 | 0.15 | 9.6 | 0.69 | 0.5 |
| Hex | D8 | 45 | 29 | 0 | 44 | 51 | F | A | 45 | 32 |
| Octal | 330 | 105 | 51 | 0 | 104 | 121 | 17 | 12 | 105 | 62 |
| Binary | 11011000 | 1000101 | 101001 | 0 | 1000100 | 1010001 | 1111 | 1010 | 1000101 | 110010 |
Color Harmonies of #D84529
Complementary color
Monochromatic Colors of #D84529
Black with #D84529
Text Example
Text Example
White with #D84529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84529; }
p { color: rgb(216,69,41); }
H1.HeaderClassName
{
color: #D84529;
}
.AnyTagClassName
{
color: #D84529;
}
</style>
background-color css
<style>
a { background-color: #D84529; }
a { background-color: rgb(216,69,41); }
div.DivClassName
{
background-color: #D84529;
}
.BgClassName
{
background-color: #D84529;
}
</style>
border-color css
<style>
span { border-color: #D84529; }
span { border-color: rgb(216,69,41); }
td.TdClassName
{
border-color: #D84529;
}
.TagClassName
{
border-color: #D84529;
}
</style>