Shades of Cinnabar #D84820
Tints of Cinnabar #D84820
RGB
CMYK
RGB Variations
Color information
#D84820 (or 0xD84820) is known color: Cinnabar. HEX triplet: D8, 48 and 20. RGB value is (216,72,32). Sum of RGB (Red+Green+Blue) = 216+72+32=320 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.5% from 320); Green value is 72 (28.52% from 255 or 22.5% from 320); Blue value is 32 (12.89% from 255 or 10% from 320); Max value from RGB is 216 - color contains mainly: red. Hex color #D84820 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84820 is #27B7DF. Grayscale: #6E6E6E. Windows color (decimal): -2602976 or 2115800. OLE color: 2115800.
HSL color Cylindrical-coordinate representation of color #D84820: hue angle of 13.04º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D84820 is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 72 | 32 | - |
| CMYK | 0 | 0.67 | 0.85 | 0.15 |
| HSL | 13.04º | 0.74% | 0.49% | - |
| HSV(B) | 13.04º | 0.85% | 0.85% | - |
| XYZ | 30.9 | 19.34 | 3.47 | - |
| YUV | 110.5 | 83.71 | 203.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 72 | 32 | 0 | 0.67 | 0.85 | 0.15 | 13.04 | 0.74 | 0.49 |
| Hex | D8 | 48 | 20 | 0 | 43 | 55 | F | D | 4A | 31 |
| Octal | 330 | 110 | 40 | 0 | 103 | 125 | 17 | 15 | 112 | 61 |
| Binary | 11011000 | 1001000 | 100000 | 0 | 1000011 | 1010101 | 1111 | 1101 | 1001010 | 110001 |
Color Harmonies of #D84820
Complementary color
Monochromatic Colors of #D84820
Black with #D84820
Text Example
Text Example
White with #D84820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84820; }
p { color: rgb(216,72,32); }
H1.HeaderClassName
{
color: #D84820;
}
.AnyTagClassName
{
color: #D84820;
}
</style>
background-color css
<style>
a { background-color: #D84820; }
a { background-color: rgb(216,72,32); }
div.DivClassName
{
background-color: #D84820;
}
.BgClassName
{
background-color: #D84820;
}
</style>
border-color css
<style>
span { border-color: #D84820; }
span { border-color: rgb(216,72,32); }
td.TdClassName
{
border-color: #D84820;
}
.TagClassName
{
border-color: #D84820;
}
</style>