Shades of Cinnabar #DE3F21
Tints of Cinnabar #DE3F21
RGB
CMYK
RGB Variations
Color information
#DE3F21 (or 0xDE3F21) is known color: Cinnabar. HEX triplet: DE, 3F and 21. RGB value is (222,63,33). Sum of RGB (Red+Green+Blue) = 222+63+33=318 (42% of max value = 765). Red value is 222 (87.11% from 255 or 69.81% from 318); Green value is 63 (25% from 255 or 19.81% from 318); Blue value is 33 (13.28% from 255 or 10.38% from 318); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3F21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE3F21 is #21C0DE. Grayscale: #6B6B6B. Windows color (decimal): -2212063 or 2179038. OLE color: 2179038.
HSL color Cylindrical-coordinate representation of color #DE3F21: hue angle of 9.52º 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 #DE3F21 is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 63 | 33 | - |
| CMYK | 0 | 0.72 | 0.85 | 0.13 |
| HSL | 9.52º | 0.74% | 0.5% | - |
| HSV(B) | 9.52º | 0.85% | 0.87% | - |
| XYZ | 32.18 | 19.19 | 3.45 | - |
| YUV | 107.12 | 86.18 | 209.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 63 | 33 | 0 | 0.72 | 0.85 | 0.13 | 9.52 | 0.74 | 0.5 |
| Hex | DE | 3F | 21 | 0 | 48 | 55 | D | A | 4A | 32 |
| Octal | 336 | 77 | 41 | 0 | 110 | 125 | 15 | 12 | 112 | 62 |
| Binary | 11011110 | 111111 | 100001 | 0 | 1001000 | 1010101 | 1101 | 1010 | 1001010 | 110010 |
Color Harmonies of #DE3F21
Complementary color
Monochromatic Colors of #DE3F21
Black with #DE3F21
Text Example
Text Example
White with #DE3F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE3F21; }
p { color: rgb(222,63,33); }
H1.HeaderClassName
{
color: #DE3F21;
}
.AnyTagClassName
{
color: #DE3F21;
}
</style>
background-color css
<style>
a { background-color: #DE3F21; }
a { background-color: rgb(222,63,33); }
div.DivClassName
{
background-color: #DE3F21;
}
.BgClassName
{
background-color: #DE3F21;
}
</style>
border-color css
<style>
span { border-color: #DE3F21; }
span { border-color: rgb(222,63,33); }
td.TdClassName
{
border-color: #DE3F21;
}
.TagClassName
{
border-color: #DE3F21;
}
</style>