Shades of Cinnabar #E24920
Tints of Cinnabar #E24920
RGB
CMYK
RGB Variations
Color information
#E24920 (or 0xE24920) is known color: Cinnabar. HEX triplet: E2, 49 and 20. RGB value is (226,73,32). Sum of RGB (Red+Green+Blue) = 226+73+32=331 (43% of max value = 765). Red value is 226 (88.67% from 255 or 68.28% from 331); Green value is 73 (28.91% from 255 or 22.05% from 331); Blue value is 32 (12.89% from 255 or 9.67% from 331); Max value from RGB is 226 - color contains mainly: red. Hex color #E24920 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E24920 is #1DB6DF. Grayscale: #727272. Windows color (decimal): -1947360 or 2116066. OLE color: 2116066.
HSL color Cylindrical-coordinate representation of color #E24920: hue angle of 12.68º 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 #E24920 is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 73 | 32 | - |
| CMYK | 0 | 0.68 | 0.86 | 0.11 |
| HSL | 12.68º | 0.77% | 0.51% | - |
| HSV(B) | 12.68º | 0.86% | 0.89% | - |
| XYZ | 34.01 | 21.04 | 3.63 | - |
| YUV | 114.07 | 81.69 | 207.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 73 | 32 | 0 | 0.68 | 0.86 | 0.11 | 12.68 | 0.77 | 0.51 |
| Hex | E2 | 49 | 20 | 0 | 44 | 56 | B | D | 4D | 33 |
| Octal | 342 | 111 | 40 | 0 | 104 | 126 | 13 | 15 | 115 | 63 |
| Binary | 11100010 | 1001001 | 100000 | 0 | 1000100 | 1010110 | 1011 | 1101 | 1001101 | 110011 |
Color Harmonies of #E24920
Complementary color
Monochromatic Colors of #E24920
Black with #E24920
Text Example
Text Example
White with #E24920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24920; }
p { color: rgb(226,73,32); }
H1.HeaderClassName
{
color: #E24920;
}
.AnyTagClassName
{
color: #E24920;
}
</style>
background-color css
<style>
a { background-color: #E24920; }
a { background-color: rgb(226,73,32); }
div.DivClassName
{
background-color: #E24920;
}
.BgClassName
{
background-color: #E24920;
}
</style>
border-color css
<style>
span { border-color: #E24920; }
span { border-color: rgb(226,73,32); }
td.TdClassName
{
border-color: #E24920;
}
.TagClassName
{
border-color: #E24920;
}
</style>