Shades of Cinnabar #E24220
Tints of Cinnabar #E24220
RGB
CMYK
RGB Variations
Color information
#E24220 (or 0xE24220) is known color: Cinnabar. HEX triplet: E2, 42 and 20. RGB value is (226,66,32). Sum of RGB (Red+Green+Blue) = 226+66+32=324 (42% of max value = 765). Red value is 226 (88.67% from 255 or 69.75% from 324); Green value is 66 (26.17% from 255 or 20.37% from 324); Blue value is 32 (12.89% from 255 or 9.88% from 324); Max value from RGB is 226 - color contains mainly: red. Hex color #E24220 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E24220 is #1DBDDF. Grayscale: #6E6E6E. Windows color (decimal): -1949152 or 2114274. OLE color: 2114274.
HSL color Cylindrical-coordinate representation of color #E24220: hue angle of 10.52º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E24220 is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 66 | 32 | - |
| CMYK | 0 | 0.71 | 0.86 | 0.11 |
| HSL | 10.52º | 0.77% | 0.51% | - |
| HSV(B) | 10.52º | 0.86% | 0.89% | - |
| XYZ | 33.57 | 20.17 | 3.49 | - |
| YUV | 109.96 | 84.01 | 210.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 66 | 32 | 0 | 0.71 | 0.86 | 0.11 | 10.52 | 0.77 | 0.51 |
| Hex | E2 | 42 | 20 | 0 | 47 | 56 | B | B | 4D | 33 |
| Octal | 342 | 102 | 40 | 0 | 107 | 126 | 13 | 13 | 115 | 63 |
| Binary | 11100010 | 1000010 | 100000 | 0 | 1000111 | 1010110 | 1011 | 1011 | 1001101 | 110011 |
Color Harmonies of #E24220
Complementary color
Monochromatic Colors of #E24220
Black with #E24220
Text Example
Text Example
White with #E24220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24220; }
p { color: rgb(226,66,32); }
H1.HeaderClassName
{
color: #E24220;
}
.AnyTagClassName
{
color: #E24220;
}
</style>
background-color css
<style>
a { background-color: #E24220; }
a { background-color: rgb(226,66,32); }
div.DivClassName
{
background-color: #E24220;
}
.BgClassName
{
background-color: #E24220;
}
</style>
border-color css
<style>
span { border-color: #E24220; }
span { border-color: rgb(226,66,32); }
td.TdClassName
{
border-color: #E24220;
}
.TagClassName
{
border-color: #E24220;
}
</style>