Shades of Cinnabar #DE4921
Tints of Cinnabar #DE4921
RGB
CMYK
RGB Variations
Color information
#DE4921 (or 0xDE4921) is known color: Cinnabar. HEX triplet: DE, 49 and 21. RGB value is (222,73,33). Sum of RGB (Red+Green+Blue) = 222+73+33=328 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.68% from 328); Green value is 73 (28.91% from 255 or 22.26% from 328); Blue value is 33 (13.28% from 255 or 10.06% from 328); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4921 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4921 is #21B6DE. Grayscale: #717171. Windows color (decimal): -2209503 or 2181598. OLE color: 2181598.
HSL color Cylindrical-coordinate representation of color #DE4921: hue angle of 12.7º 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 #DE4921 is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 73 | 33 | - |
| CMYK | 0 | 0.67 | 0.85 | 0.13 |
| HSL | 12.7º | 0.74% | 0.5% | - |
| HSV(B) | 12.7º | 0.85% | 0.87% | - |
| XYZ | 32.78 | 20.4 | 3.65 | - |
| YUV | 112.99 | 82.86 | 205.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 73 | 33 | 0 | 0.67 | 0.85 | 0.13 | 12.7 | 0.74 | 0.5 |
| Hex | DE | 49 | 21 | 0 | 43 | 55 | D | D | 4A | 32 |
| Octal | 336 | 111 | 41 | 0 | 103 | 125 | 15 | 15 | 112 | 62 |
| Binary | 11011110 | 1001001 | 100001 | 0 | 1000011 | 1010101 | 1101 | 1101 | 1001010 | 110010 |
Color Harmonies of #DE4921
Complementary color
Monochromatic Colors of #DE4921
Black with #DE4921
Text Example
Text Example
White with #DE4921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4921; }
p { color: rgb(222,73,33); }
H1.HeaderClassName
{
color: #DE4921;
}
.AnyTagClassName
{
color: #DE4921;
}
</style>
background-color css
<style>
a { background-color: #DE4921; }
a { background-color: rgb(222,73,33); }
div.DivClassName
{
background-color: #DE4921;
}
.BgClassName
{
background-color: #DE4921;
}
</style>
border-color css
<style>
span { border-color: #DE4921; }
span { border-color: rgb(222,73,33); }
td.TdClassName
{
border-color: #DE4921;
}
.TagClassName
{
border-color: #DE4921;
}
</style>