Shades of Cinnabar #D84029
Tints of Cinnabar #D84029
RGB
CMYK
RGB Variations
Color information
#D84029 (or 0xD84029) is known color: Cinnabar. HEX triplet: D8, 40 and 29. RGB value is (216,64,41). Sum of RGB (Red+Green+Blue) = 216+64+41=321 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.29% from 321); Green value is 64 (25.39% from 255 or 19.94% from 321); Blue value is 41 (16.41% from 255 or 12.77% from 321); Max value from RGB is 216 - color contains mainly: red. Hex color #D84029 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84029 is #27BFD6. Grayscale: #6B6B6B. Windows color (decimal): -2605015 or 2703576. OLE color: 2703576.
HSL color Cylindrical-coordinate representation of color #D84029: hue angle of 7.89º 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 #D84029 is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 64 | 41 | - |
| CMYK | 0 | 0.70 | 0.81 | 0.15 |
| HSL | 7.89º | 0.69% | 0.5% | - |
| HSV(B) | 7.89º | 0.81% | 0.85% | - |
| XYZ | 30.55 | 18.43 | 4.04 | - |
| YUV | 106.83 | 90.86 | 205.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 64 | 41 | 0 | 0.70 | 0.81 | 0.15 | 7.89 | 0.69 | 0.5 |
| Hex | D8 | 40 | 29 | 0 | 46 | 51 | F | 8 | 45 | 32 |
| Octal | 330 | 100 | 51 | 0 | 106 | 121 | 17 | 10 | 105 | 62 |
| Binary | 11011000 | 1000000 | 101001 | 0 | 1000110 | 1010001 | 1111 | 1000 | 1000101 | 110010 |
Color Harmonies of #D84029
Complementary color
Monochromatic Colors of #D84029
Black with #D84029
Text Example
Text Example
White with #D84029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84029; }
p { color: rgb(216,64,41); }
H1.HeaderClassName
{
color: #D84029;
}
.AnyTagClassName
{
color: #D84029;
}
</style>
background-color css
<style>
a { background-color: #D84029; }
a { background-color: rgb(216,64,41); }
div.DivClassName
{
background-color: #D84029;
}
.BgClassName
{
background-color: #D84029;
}
</style>
border-color css
<style>
span { border-color: #D84029; }
span { border-color: rgb(216,64,41); }
td.TdClassName
{
border-color: #D84029;
}
.TagClassName
{
border-color: #D84029;
}
</style>