Shades of Cinnabar #D84521
Tints of Cinnabar #D84521
RGB
CMYK
RGB Variations
Color information
#D84521 (or 0xD84521) is known color: Cinnabar. HEX triplet: D8, 45 and 21. RGB value is (216,69,33). Sum of RGB (Red+Green+Blue) = 216+69+33=318 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.92% from 318); Green value is 69 (27.34% from 255 or 21.70% from 318); Blue value is 33 (13.28% from 255 or 10.38% from 318); Max value from RGB is 216 - color contains mainly: red. Hex color #D84521 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84521 is #27BADE. Grayscale: #6D6D6D. Windows color (decimal): -2603743 or 2180568. OLE color: 2180568.
HSL color Cylindrical-coordinate representation of color #D84521: hue angle of 11.8º 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 #D84521 is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 69 | 33 | - |
| CMYK | 0 | 0.68 | 0.85 | 0.15 |
| HSL | 11.8º | 0.73% | 0.49% | - |
| HSV(B) | 11.8º | 0.85% | 0.85% | - |
| XYZ | 30.72 | 18.96 | 3.48 | - |
| YUV | 108.85 | 85.2 | 204.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 69 | 33 | 0 | 0.68 | 0.85 | 0.15 | 11.8 | 0.73 | 0.49 |
| Hex | D8 | 45 | 21 | 0 | 44 | 55 | F | C | 49 | 31 |
| Octal | 330 | 105 | 41 | 0 | 104 | 125 | 17 | 14 | 111 | 61 |
| Binary | 11011000 | 1000101 | 100001 | 0 | 1000100 | 1010101 | 1111 | 1100 | 1001001 | 110001 |
Color Harmonies of #D84521
Complementary color
Monochromatic Colors of #D84521
Black with #D84521
Text Example
Text Example
White with #D84521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84521; }
p { color: rgb(216,69,33); }
H1.HeaderClassName
{
color: #D84521;
}
.AnyTagClassName
{
color: #D84521;
}
</style>
background-color css
<style>
a { background-color: #D84521; }
a { background-color: rgb(216,69,33); }
div.DivClassName
{
background-color: #D84521;
}
.BgClassName
{
background-color: #D84521;
}
</style>
border-color css
<style>
span { border-color: #D84521; }
span { border-color: rgb(216,69,33); }
td.TdClassName
{
border-color: #D84521;
}
.TagClassName
{
border-color: #D84521;
}
</style>