Shades of Cinnabar #DE4E2D
Tints of Cinnabar #DE4E2D
RGB
CMYK
RGB Variations
Color information
#DE4E2D (or 0xDE4E2D) is known color: Cinnabar. HEX triplet: DE, 4E and 2D. RGB value is (222,78,45). Sum of RGB (Red+Green+Blue) = 222+78+45=345 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.35% from 345); Green value is 78 (30.86% from 255 or 22.61% from 345); Blue value is 45 (17.97% from 255 or 13.04% from 345); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4E2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE4E2D is #21B1D2. Grayscale: #757575. Windows color (decimal): -2208211 or 2969310. OLE color: 2969310.
HSL color Cylindrical-coordinate representation of color #DE4E2D: hue angle of 11.19º 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 #DE4E2D is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 78 | 45 | - |
| CMYK | 0 | 0.65 | 0.80 | 0.13 |
| HSL | 11.19º | 0.73% | 0.52% | - |
| HSV(B) | 11.19º | 0.8% | 0.87% | - |
| XYZ | 33.32 | 21.17 | 4.81 | - |
| YUV | 117.29 | 87.21 | 202.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 78 | 45 | 0 | 0.65 | 0.80 | 0.13 | 11.19 | 0.73 | 0.52 |
| Hex | DE | 4E | 2D | 0 | 41 | 50 | D | B | 49 | 34 |
| Octal | 336 | 116 | 55 | 0 | 101 | 120 | 15 | 13 | 111 | 64 |
| Binary | 11011110 | 1001110 | 101101 | 0 | 1000001 | 1010000 | 1101 | 1011 | 1001001 | 110100 |
Color Harmonies of #DE4E2D
Complementary color
Monochromatic Colors of #DE4E2D
Black with #DE4E2D
Text Example
Text Example
White with #DE4E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4E2D; }
p { color: rgb(222,78,45); }
H1.HeaderClassName
{
color: #DE4E2D;
}
.AnyTagClassName
{
color: #DE4E2D;
}
</style>
background-color css
<style>
a { background-color: #DE4E2D; }
a { background-color: rgb(222,78,45); }
div.DivClassName
{
background-color: #DE4E2D;
}
.BgClassName
{
background-color: #DE4E2D;
}
</style>
border-color css
<style>
span { border-color: #DE4E2D; }
span { border-color: rgb(222,78,45); }
td.TdClassName
{
border-color: #DE4E2D;
}
.TagClassName
{
border-color: #DE4E2D;
}
</style>