Shades of Cinnabar #DE4821
Tints of Cinnabar #DE4821
RGB
CMYK
RGB Variations
Color information
#DE4821 (or 0xDE4821) is known color: Cinnabar. HEX triplet: DE, 48 and 21. RGB value is (222,72,33). Sum of RGB (Red+Green+Blue) = 222+72+33=327 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.89% from 327); Green value is 72 (28.52% from 255 or 22.02% from 327); Blue value is 33 (13.28% from 255 or 10.09% from 327); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4821 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4821 is #21B7DE. Grayscale: #707070. Windows color (decimal): -2209759 or 2181342. OLE color: 2181342.
HSL color Cylindrical-coordinate representation of color #DE4821: hue angle of 12.38º 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 #DE4821 is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 72 | 33 | - |
| CMYK | 0 | 0.68 | 0.85 | 0.13 |
| HSL | 12.38º | 0.74% | 0.5% | - |
| HSV(B) | 12.38º | 0.85% | 0.87% | - |
| XYZ | 32.72 | 20.27 | 3.63 | - |
| YUV | 112.4 | 83.2 | 206.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 72 | 33 | 0 | 0.68 | 0.85 | 0.13 | 12.38 | 0.74 | 0.5 |
| Hex | DE | 48 | 21 | 0 | 44 | 55 | D | C | 4A | 32 |
| Octal | 336 | 110 | 41 | 0 | 104 | 125 | 15 | 14 | 112 | 62 |
| Binary | 11011110 | 1001000 | 100001 | 0 | 1000100 | 1010101 | 1101 | 1100 | 1001010 | 110010 |
Color Harmonies of #DE4821
Complementary color
Monochromatic Colors of #DE4821
Black with #DE4821
Text Example
Text Example
White with #DE4821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4821; }
p { color: rgb(222,72,33); }
H1.HeaderClassName
{
color: #DE4821;
}
.AnyTagClassName
{
color: #DE4821;
}
</style>
background-color css
<style>
a { background-color: #DE4821; }
a { background-color: rgb(222,72,33); }
div.DivClassName
{
background-color: #DE4821;
}
.BgClassName
{
background-color: #DE4821;
}
</style>
border-color css
<style>
span { border-color: #DE4821; }
span { border-color: rgb(222,72,33); }
td.TdClassName
{
border-color: #DE4821;
}
.TagClassName
{
border-color: #DE4821;
}
</style>