Shades of Cinnabar #DE4B32
Tints of Cinnabar #DE4B32
RGB
CMYK
RGB Variations
Color information
#DE4B32 (or 0xDE4B32) is known color: Cinnabar. HEX triplet: DE, 4B and 32. RGB value is (222,75,50). Sum of RGB (Red+Green+Blue) = 222+75+50=347 (45% of max value = 765). Red value is 222 (87.11% from 255 or 63.98% from 347); Green value is 75 (29.69% from 255 or 21.61% from 347); Blue value is 50 (19.92% from 255 or 14.41% from 347); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4B32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4B32 is #21B4CD. Grayscale: #747474. Windows color (decimal): -2208974 or 3296222. OLE color: 3296222.
HSL color Cylindrical-coordinate representation of color #DE4B32: hue angle of 8.72º 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 #DE4B32 is Cyan = 0, Magento = 0.66, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 75 | 50 | - |
| CMYK | 0 | 0.66 | 0.77 | 0.13 |
| HSL | 8.72º | 0.72% | 0.53% | - |
| HSV(B) | 8.72º | 0.77% | 0.87% | - |
| XYZ | 33.22 | 20.79 | 5.28 | - |
| YUV | 116.1 | 90.7 | 203.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 75 | 50 | 0 | 0.66 | 0.77 | 0.13 | 8.72 | 0.72 | 0.53 |
| Hex | DE | 4B | 32 | 0 | 42 | 4D | D | 9 | 48 | 35 |
| Octal | 336 | 113 | 62 | 0 | 102 | 115 | 15 | 11 | 110 | 65 |
| Binary | 11011110 | 1001011 | 110010 | 0 | 1000010 | 1001101 | 1101 | 1001 | 1001000 | 110101 |
Color Harmonies of #DE4B32
Complementary color
Monochromatic Colors of #DE4B32
Black with #DE4B32
Text Example
Text Example
White with #DE4B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4B32; }
p { color: rgb(222,75,50); }
H1.HeaderClassName
{
color: #DE4B32;
}
.AnyTagClassName
{
color: #DE4B32;
}
</style>
background-color css
<style>
a { background-color: #DE4B32; }
a { background-color: rgb(222,75,50); }
div.DivClassName
{
background-color: #DE4B32;
}
.BgClassName
{
background-color: #DE4B32;
}
</style>
border-color css
<style>
span { border-color: #DE4B32; }
span { border-color: rgb(222,75,50); }
td.TdClassName
{
border-color: #DE4B32;
}
.TagClassName
{
border-color: #DE4B32;
}
</style>