Shades of Cinnabar #DE332D
Tints of Cinnabar #DE332D
RGB
CMYK
RGB Variations
Color information
#DE332D (or 0xDE332D) is known color: Cinnabar. HEX triplet: DE, 33 and 2D. RGB value is (222,51,45). Sum of RGB (Red+Green+Blue) = 222+51+45=318 (42% of max value = 765). Red value is 222 (87.11% from 255 or 69.81% from 318); Green value is 51 (20.31% from 255 or 16.04% from 318); Blue value is 45 (17.97% from 255 or 14.15% from 318); Max value from RGB is 222 - color contains mainly: red. Hex color #DE332D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE332D is #21CCD2. Grayscale: #656565. Windows color (decimal): -2215123 or 2962398. OLE color: 2962398.
HSL color Cylindrical-coordinate representation of color #DE332D: hue angle of 2.03º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DE332D is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 51 | 45 | - |
| CMYK | 0 | 0.77 | 0.80 | 0.13 |
| HSL | 2.03º | 0.73% | 0.52% | - |
| HSV(B) | 2.03º | 0.8% | 0.87% | - |
| XYZ | 31.78 | 18.09 | 4.3 | - |
| YUV | 101.45 | 96.15 | 213.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 51 | 45 | 0 | 0.77 | 0.80 | 0.13 | 2.03 | 0.73 | 0.52 |
| Hex | DE | 33 | 2D | 0 | 4D | 50 | D | 2 | 49 | 34 |
| Octal | 336 | 63 | 55 | 0 | 115 | 120 | 15 | 2 | 111 | 64 |
| Binary | 11011110 | 110011 | 101101 | 0 | 1001101 | 1010000 | 1101 | 10 | 1001001 | 110100 |
Color Harmonies of #DE332D
Complementary color
Monochromatic Colors of #DE332D
Black with #DE332D
Text Example
Text Example
White with #DE332D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE332D; }
p { color: rgb(222,51,45); }
H1.HeaderClassName
{
color: #DE332D;
}
.AnyTagClassName
{
color: #DE332D;
}
</style>
background-color css
<style>
a { background-color: #DE332D; }
a { background-color: rgb(222,51,45); }
div.DivClassName
{
background-color: #DE332D;
}
.BgClassName
{
background-color: #DE332D;
}
</style>
border-color css
<style>
span { border-color: #DE332D; }
span { border-color: rgb(222,51,45); }
td.TdClassName
{
border-color: #DE332D;
}
.TagClassName
{
border-color: #DE332D;
}
</style>