Shades of Cinnabar #E24A1E
Tints of Cinnabar #E24A1E
RGB
CMYK
RGB Variations
Color information
#E24A1E (or 0xE24A1E) is known color: Cinnabar. HEX triplet: E2, 4A and 1E. RGB value is (226,74,30). Sum of RGB (Red+Green+Blue) = 226+74+30=330 (43% of max value = 765). Red value is 226 (88.67% from 255 or 68.48% from 330); Green value is 74 (29.30% from 255 or 22.42% from 330); Blue value is 30 (12.11% from 255 or 9.09% from 330); Max value from RGB is 226 - color contains mainly: red. Hex color #E24A1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E24A1E is #1DB5E1. Grayscale: #727272. Windows color (decimal): -1947106 or 1985250. OLE color: 1985250.
HSL color Cylindrical-coordinate representation of color #E24A1E: hue angle of 13.47º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E24A1E is Cyan = 0, Magento = 0.67, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 74 | 30 | - |
| CMYK | 0 | 0.67 | 0.87 | 0.11 |
| HSL | 13.47º | 0.77% | 0.5% | - |
| HSV(B) | 13.47º | 0.87% | 0.89% | - |
| XYZ | 34.05 | 21.16 | 3.52 | - |
| YUV | 114.43 | 80.36 | 207.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 74 | 30 | 0 | 0.67 | 0.87 | 0.11 | 13.47 | 0.77 | 0.5 |
| Hex | E2 | 4A | 1E | 0 | 43 | 57 | B | D | 4D | 32 |
| Octal | 342 | 112 | 36 | 0 | 103 | 127 | 13 | 15 | 115 | 62 |
| Binary | 11100010 | 1001010 | 11110 | 0 | 1000011 | 1010111 | 1011 | 1101 | 1001101 | 110010 |
Color Harmonies of #E24A1E
Complementary color
Monochromatic Colors of #E24A1E
Black with #E24A1E
Text Example
Text Example
White with #E24A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24A1E; }
p { color: rgb(226,74,30); }
H1.HeaderClassName
{
color: #E24A1E;
}
.AnyTagClassName
{
color: #E24A1E;
}
</style>
background-color css
<style>
a { background-color: #E24A1E; }
a { background-color: rgb(226,74,30); }
div.DivClassName
{
background-color: #E24A1E;
}
.BgClassName
{
background-color: #E24A1E;
}
</style>
border-color css
<style>
span { border-color: #E24A1E; }
span { border-color: rgb(226,74,30); }
td.TdClassName
{
border-color: #E24A1E;
}
.TagClassName
{
border-color: #E24A1E;
}
</style>