Shades of Cinnabar #E24320
Tints of Cinnabar #E24320
RGB
CMYK
RGB Variations
Color information
#E24320 (or 0xE24320) is known color: Cinnabar. HEX triplet: E2, 43 and 20. RGB value is (226,67,32). Sum of RGB (Red+Green+Blue) = 226+67+32=325 (43% of max value = 765). Red value is 226 (88.67% from 255 or 69.54% from 325); Green value is 67 (26.56% from 255 or 20.62% from 325); Blue value is 32 (12.89% from 255 or 9.85% from 325); Max value from RGB is 226 - color contains mainly: red. Hex color #E24320 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E24320 is #1DBCDF. Grayscale: #6E6E6E. Windows color (decimal): -1948896 or 2114530. OLE color: 2114530.
HSL color Cylindrical-coordinate representation of color #E24320: hue angle of 10.82º 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 #E24320 is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 67 | 32 | - |
| CMYK | 0 | 0.70 | 0.86 | 0.11 |
| HSL | 10.82º | 0.77% | 0.51% | - |
| HSV(B) | 10.82º | 0.86% | 0.89% | - |
| XYZ | 33.63 | 20.29 | 3.51 | - |
| YUV | 110.55 | 83.68 | 210.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 67 | 32 | 0 | 0.70 | 0.86 | 0.11 | 10.82 | 0.77 | 0.51 |
| Hex | E2 | 43 | 20 | 0 | 46 | 56 | B | B | 4D | 33 |
| Octal | 342 | 103 | 40 | 0 | 106 | 126 | 13 | 13 | 115 | 63 |
| Binary | 11100010 | 1000011 | 100000 | 0 | 1000110 | 1010110 | 1011 | 1011 | 1001101 | 110011 |
Color Harmonies of #E24320
Complementary color
Monochromatic Colors of #E24320
Black with #E24320
Text Example
Text Example
White with #E24320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24320; }
p { color: rgb(226,67,32); }
H1.HeaderClassName
{
color: #E24320;
}
.AnyTagClassName
{
color: #E24320;
}
</style>
background-color css
<style>
a { background-color: #E24320; }
a { background-color: rgb(226,67,32); }
div.DivClassName
{
background-color: #E24320;
}
.BgClassName
{
background-color: #E24320;
}
</style>
border-color css
<style>
span { border-color: #E24320; }
span { border-color: rgb(226,67,32); }
td.TdClassName
{
border-color: #E24320;
}
.TagClassName
{
border-color: #E24320;
}
</style>