Shades of Cinnabar #DE4E2B
Tints of Cinnabar #DE4E2B
RGB
CMYK
RGB Variations
Color information
#DE4E2B (or 0xDE4E2B) is known color: Cinnabar. HEX triplet: DE, 4E and 2B. RGB value is (222,78,43). Sum of RGB (Red+Green+Blue) = 222+78+43=343 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.72% from 343); Green value is 78 (30.86% from 255 or 22.74% from 343); Blue value is 43 (17.19% from 255 or 12.54% from 343); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4E2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE4E2B is #21B1D4. Grayscale: #757575. Windows color (decimal): -2208213 or 2838238. OLE color: 2838238.
HSL color Cylindrical-coordinate representation of color #DE4E2B: hue angle of 11.73º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DE4E2B is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 78 | 43 | - |
| CMYK | 0 | 0.65 | 0.81 | 0.13 |
| HSL | 11.73º | 0.73% | 0.52% | - |
| HSV(B) | 11.73º | 0.81% | 0.87% | - |
| XYZ | 33.28 | 21.15 | 4.61 | - |
| YUV | 117.07 | 86.21 | 202.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 78 | 43 | 0 | 0.65 | 0.81 | 0.13 | 11.73 | 0.73 | 0.52 |
| Hex | DE | 4E | 2B | 0 | 41 | 51 | D | C | 49 | 34 |
| Octal | 336 | 116 | 53 | 0 | 101 | 121 | 15 | 14 | 111 | 64 |
| Binary | 11011110 | 1001110 | 101011 | 0 | 1000001 | 1010001 | 1101 | 1100 | 1001001 | 110100 |
Color Harmonies of #DE4E2B
Complementary color
Monochromatic Colors of #DE4E2B
Black with #DE4E2B
Text Example
Text Example
White with #DE4E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4E2B; }
p { color: rgb(222,78,43); }
H1.HeaderClassName
{
color: #DE4E2B;
}
.AnyTagClassName
{
color: #DE4E2B;
}
</style>
background-color css
<style>
a { background-color: #DE4E2B; }
a { background-color: rgb(222,78,43); }
div.DivClassName
{
background-color: #DE4E2B;
}
.BgClassName
{
background-color: #DE4E2B;
}
</style>
border-color css
<style>
span { border-color: #DE4E2B; }
span { border-color: rgb(222,78,43); }
td.TdClassName
{
border-color: #DE4E2B;
}
.TagClassName
{
border-color: #DE4E2B;
}
</style>