Shades of Cinnabar #DE3C32
Tints of Cinnabar #DE3C32
RGB
CMYK
RGB Variations
Color information
#DE3C32 (or 0xDE3C32) is known color: Cinnabar. HEX triplet: DE, 3C and 32. RGB value is (222,60,50). Sum of RGB (Red+Green+Blue) = 222+60+50=332 (43% of max value = 765). Red value is 222 (87.11% from 255 or 66.87% from 332); Green value is 60 (23.83% from 255 or 18.07% from 332); Blue value is 50 (19.92% from 255 or 15.06% from 332); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3C32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE3C32 is #21C3CD. Grayscale: #6B6B6B. Windows color (decimal): -2212814 or 3292382. OLE color: 3292382.
HSL color Cylindrical-coordinate representation of color #DE3C32: hue angle of 3.49º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DE3C32 is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 60 | 50 | - |
| CMYK | 0 | 0.73 | 0.77 | 0.13 |
| HSL | 3.49º | 0.72% | 0.53% | - |
| HSV(B) | 3.49º | 0.77% | 0.87% | - |
| XYZ | 32.32 | 18.99 | 4.98 | - |
| YUV | 107.3 | 95.67 | 209.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 60 | 50 | 0 | 0.73 | 0.77 | 0.13 | 3.49 | 0.72 | 0.53 |
| Hex | DE | 3C | 32 | 0 | 49 | 4D | D | 3 | 48 | 35 |
| Octal | 336 | 74 | 62 | 0 | 111 | 115 | 15 | 3 | 110 | 65 |
| Binary | 11011110 | 111100 | 110010 | 0 | 1001001 | 1001101 | 1101 | 11 | 1001000 | 110101 |
Color Harmonies of #DE3C32
Complementary color
Monochromatic Colors of #DE3C32
Black with #DE3C32
Text Example
Text Example
White with #DE3C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE3C32; }
p { color: rgb(222,60,50); }
H1.HeaderClassName
{
color: #DE3C32;
}
.AnyTagClassName
{
color: #DE3C32;
}
</style>
background-color css
<style>
a { background-color: #DE3C32; }
a { background-color: rgb(222,60,50); }
div.DivClassName
{
background-color: #DE3C32;
}
.BgClassName
{
background-color: #DE3C32;
}
</style>
border-color css
<style>
span { border-color: #DE3C32; }
span { border-color: rgb(222,60,50); }
td.TdClassName
{
border-color: #DE3C32;
}
.TagClassName
{
border-color: #DE3C32;
}
</style>