Shades of Cinnabar #D84621
Tints of Cinnabar #D84621
RGB
CMYK
RGB Variations
Color information
#D84621 (or 0xD84621) is known color: Cinnabar. HEX triplet: D8, 46 and 21. RGB value is (216,70,33). Sum of RGB (Red+Green+Blue) = 216+70+33=319 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.71% from 319); Green value is 70 (27.73% from 255 or 21.94% from 319); Blue value is 33 (13.28% from 255 or 10.34% from 319); Max value from RGB is 216 - color contains mainly: red. Hex color #D84621 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84621 is #27B9DE. Grayscale: #6D6D6D. Windows color (decimal): -2603487 or 2180824. OLE color: 2180824.
HSL color Cylindrical-coordinate representation of color #D84621: hue angle of 12.13º degrees, saturation: 0.73, 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 #D84621 is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 70 | 33 | - |
| CMYK | 0 | 0.68 | 0.85 | 0.15 |
| HSL | 12.13º | 0.73% | 0.49% | - |
| HSV(B) | 12.13º | 0.85% | 0.85% | - |
| XYZ | 30.78 | 19.09 | 3.5 | - |
| YUV | 109.44 | 84.87 | 204.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 70 | 33 | 0 | 0.68 | 0.85 | 0.15 | 12.13 | 0.73 | 0.49 |
| Hex | D8 | 46 | 21 | 0 | 44 | 55 | F | C | 49 | 31 |
| Octal | 330 | 106 | 41 | 0 | 104 | 125 | 17 | 14 | 111 | 61 |
| Binary | 11011000 | 1000110 | 100001 | 0 | 1000100 | 1010101 | 1111 | 1100 | 1001001 | 110001 |
Color Harmonies of #D84621
Complementary color
Monochromatic Colors of #D84621
Black with #D84621
Text Example
Text Example
White with #D84621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84621; }
p { color: rgb(216,70,33); }
H1.HeaderClassName
{
color: #D84621;
}
.AnyTagClassName
{
color: #D84621;
}
</style>
background-color css
<style>
a { background-color: #D84621; }
a { background-color: rgb(216,70,33); }
div.DivClassName
{
background-color: #D84621;
}
.BgClassName
{
background-color: #D84621;
}
</style>
border-color css
<style>
span { border-color: #D84621; }
span { border-color: rgb(216,70,33); }
td.TdClassName
{
border-color: #D84621;
}
.TagClassName
{
border-color: #D84621;
}
</style>