Shades of Cinnabar #DE352D
Tints of Cinnabar #DE352D
RGB
CMYK
RGB Variations
Color information
#DE352D (or 0xDE352D) is known color: Cinnabar. HEX triplet: DE, 35 and 2D. RGB value is (222,53,45). Sum of RGB (Red+Green+Blue) = 222+53+45=320 (42% of max value = 765). Red value is 222 (87.11% from 255 or 69.38% from 320); Green value is 53 (21.09% from 255 or 16.56% from 320); Blue value is 45 (17.97% from 255 or 14.06% from 320); Max value from RGB is 222 - color contains mainly: red. Hex color #DE352D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE352D is #21CAD2. Grayscale: #666666. Windows color (decimal): -2214611 or 2962910. OLE color: 2962910.
HSL color Cylindrical-coordinate representation of color #DE352D: hue angle of 2.71º 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 #DE352D is Cyan = 0, Magento = 0.76, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 53 | 45 | - |
| CMYK | 0 | 0.76 | 0.80 | 0.13 |
| HSL | 2.71º | 0.73% | 0.52% | - |
| HSV(B) | 2.71º | 0.8% | 0.87% | - |
| XYZ | 31.87 | 18.27 | 4.33 | - |
| YUV | 102.62 | 95.49 | 213.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 53 | 45 | 0 | 0.76 | 0.80 | 0.13 | 2.71 | 0.73 | 0.52 |
| Hex | DE | 35 | 2D | 0 | 4C | 50 | D | 3 | 49 | 34 |
| Octal | 336 | 65 | 55 | 0 | 114 | 120 | 15 | 3 | 111 | 64 |
| Binary | 11011110 | 110101 | 101101 | 0 | 1001100 | 1010000 | 1101 | 11 | 1001001 | 110100 |
Color Harmonies of #DE352D
Complementary color
Monochromatic Colors of #DE352D
Black with #DE352D
Text Example
Text Example
White with #DE352D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE352D; }
p { color: rgb(222,53,45); }
H1.HeaderClassName
{
color: #DE352D;
}
.AnyTagClassName
{
color: #DE352D;
}
</style>
background-color css
<style>
a { background-color: #DE352D; }
a { background-color: rgb(222,53,45); }
div.DivClassName
{
background-color: #DE352D;
}
.BgClassName
{
background-color: #DE352D;
}
</style>
border-color css
<style>
span { border-color: #DE352D; }
span { border-color: rgb(222,53,45); }
td.TdClassName
{
border-color: #DE352D;
}
.TagClassName
{
border-color: #DE352D;
}
</style>