Shades of Cinnabar #DE4522
Tints of Cinnabar #DE4522
RGB
CMYK
RGB Variations
Color information
#DE4522 (or 0xDE4522) is known color: Cinnabar. HEX triplet: DE, 45 and 22. RGB value is (222,69,34). Sum of RGB (Red+Green+Blue) = 222+69+34=325 (43% of max value = 765). Red value is 222 (87.11% from 255 or 68.31% from 325); Green value is 69 (27.34% from 255 or 21.23% from 325); Blue value is 34 (13.67% from 255 or 10.46% from 325); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4522 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4522 is #21BADD. Grayscale: #6F6F6F. Windows color (decimal): -2210526 or 2246110. OLE color: 2246110.
HSL color Cylindrical-coordinate representation of color #DE4522: hue angle of 11.17º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DE4522 is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 69 | 34 | - |
| CMYK | 0 | 0.69 | 0.85 | 0.13 |
| HSL | 11.17º | 0.74% | 0.5% | - |
| HSV(B) | 11.17º | 0.85% | 0.87% | - |
| XYZ | 32.54 | 19.9 | 3.64 | - |
| YUV | 110.76 | 84.69 | 207.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 69 | 34 | 0 | 0.69 | 0.85 | 0.13 | 11.17 | 0.74 | 0.5 |
| Hex | DE | 45 | 22 | 0 | 45 | 55 | D | B | 4A | 32 |
| Octal | 336 | 105 | 42 | 0 | 105 | 125 | 15 | 13 | 112 | 62 |
| Binary | 11011110 | 1000101 | 100010 | 0 | 1000101 | 1010101 | 1101 | 1011 | 1001010 | 110010 |
Color Harmonies of #DE4522
Complementary color
Monochromatic Colors of #DE4522
Black with #DE4522
Text Example
Text Example
White with #DE4522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4522; }
p { color: rgb(222,69,34); }
H1.HeaderClassName
{
color: #DE4522;
}
.AnyTagClassName
{
color: #DE4522;
}
</style>
background-color css
<style>
a { background-color: #DE4522; }
a { background-color: rgb(222,69,34); }
div.DivClassName
{
background-color: #DE4522;
}
.BgClassName
{
background-color: #DE4522;
}
</style>
border-color css
<style>
span { border-color: #DE4522; }
span { border-color: rgb(222,69,34); }
td.TdClassName
{
border-color: #DE4522;
}
.TagClassName
{
border-color: #DE4522;
}
</style>