Shades of Cinnabar #E24A19
Tints of Cinnabar #E24A19
RGB
CMYK
RGB Variations
Color information
#E24A19 (or 0xE24A19) is known color: Cinnabar. HEX triplet: E2, 4A and 19. RGB value is (226,74,25). Sum of RGB (Red+Green+Blue) = 226+74+25=325 (43% of max value = 765). Red value is 226 (88.67% from 255 or 69.54% from 325); Green value is 74 (29.30% from 255 or 22.77% from 325); Blue value is 25 (10.16% from 255 or 7.69% from 325); Max value from RGB is 226 - color contains mainly: red. Hex color #E24A19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E24A19 is #1DB5E6. Grayscale: #727272. Windows color (decimal): -1947111 or 1657570. OLE color: 1657570.
HSL color Cylindrical-coordinate representation of color #E24A19: hue angle of 14.63º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E24A19 is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 74 | 25 | - |
| CMYK | 0 | 0.67 | 0.89 | 0.11 |
| HSL | 14.63º | 0.8% | 0.49% | - |
| HSV(B) | 14.63º | 0.89% | 0.89% | - |
| XYZ | 33.99 | 21.14 | 3.21 | - |
| YUV | 113.86 | 77.86 | 207.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 74 | 25 | 0 | 0.67 | 0.89 | 0.11 | 14.63 | 0.8 | 0.49 |
| Hex | E2 | 4A | 19 | 0 | 43 | 59 | B | F | 50 | 31 |
| Octal | 342 | 112 | 31 | 0 | 103 | 131 | 13 | 17 | 120 | 61 |
| Binary | 11100010 | 1001010 | 11001 | 0 | 1000011 | 1011001 | 1011 | 1111 | 1010000 | 110001 |
Color Harmonies of #E24A19
Complementary color
Monochromatic Colors of #E24A19
Black with #E24A19
Text Example
Text Example
White with #E24A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24A19; }
p { color: rgb(226,74,25); }
H1.HeaderClassName
{
color: #E24A19;
}
.AnyTagClassName
{
color: #E24A19;
}
</style>
background-color css
<style>
a { background-color: #E24A19; }
a { background-color: rgb(226,74,25); }
div.DivClassName
{
background-color: #E24A19;
}
.BgClassName
{
background-color: #E24A19;
}
</style>
border-color css
<style>
span { border-color: #E24A19; }
span { border-color: rgb(226,74,25); }
td.TdClassName
{
border-color: #E24A19;
}
.TagClassName
{
border-color: #E24A19;
}
</style>