Shades of Cinnabar #D84A22
Tints of Cinnabar #D84A22
RGB
CMYK
RGB Variations
Color information
#D84A22 (or 0xD84A22) is known color: Cinnabar. HEX triplet: D8, 4A and 22. RGB value is (216,74,34). Sum of RGB (Red+Green+Blue) = 216+74+34=324 (42% of max value = 765). Red value is 216 (84.77% from 255 or 66.67% from 324); Green value is 74 (29.30% from 255 or 22.84% from 324); Blue value is 34 (13.67% from 255 or 10.49% from 324); Max value from RGB is 216 - color contains mainly: red. Hex color #D84A22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84A22 is #27B5DD. Grayscale: #707070. Windows color (decimal): -2602462 or 2247384. OLE color: 2247384.
HSL color Cylindrical-coordinate representation of color #D84A22: hue angle of 13.19º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D84A22 is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 74 | 34 | - |
| CMYK | 0 | 0.66 | 0.84 | 0.15 |
| HSL | 13.19º | 0.73% | 0.49% | - |
| HSV(B) | 13.19º | 0.84% | 0.85% | - |
| XYZ | 31.06 | 19.61 | 3.66 | - |
| YUV | 111.9 | 84.04 | 202.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 74 | 34 | 0 | 0.66 | 0.84 | 0.15 | 13.19 | 0.73 | 0.49 |
| Hex | D8 | 4A | 22 | 0 | 42 | 54 | F | D | 49 | 31 |
| Octal | 330 | 112 | 42 | 0 | 102 | 124 | 17 | 15 | 111 | 61 |
| Binary | 11011000 | 1001010 | 100010 | 0 | 1000010 | 1010100 | 1111 | 1101 | 1001001 | 110001 |
Color Harmonies of #D84A22
Complementary color
Monochromatic Colors of #D84A22
Black with #D84A22
Text Example
Text Example
White with #D84A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84A22; }
p { color: rgb(216,74,34); }
H1.HeaderClassName
{
color: #D84A22;
}
.AnyTagClassName
{
color: #D84A22;
}
</style>
background-color css
<style>
a { background-color: #D84A22; }
a { background-color: rgb(216,74,34); }
div.DivClassName
{
background-color: #D84A22;
}
.BgClassName
{
background-color: #D84A22;
}
</style>
border-color css
<style>
span { border-color: #D84A22; }
span { border-color: rgb(216,74,34); }
td.TdClassName
{
border-color: #D84A22;
}
.TagClassName
{
border-color: #D84A22;
}
</style>