Shades of Cinnabar #E24A21
Tints of Cinnabar #E24A21
RGB
CMYK
RGB Variations
Color information
#E24A21 (or 0xE24A21) is known color: Cinnabar. HEX triplet: E2, 4A and 21. RGB value is (226,74,33). Sum of RGB (Red+Green+Blue) = 226+74+33=333 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.87% from 333); Green value is 74 (29.30% from 255 or 22.22% from 333); Blue value is 33 (13.28% from 255 or 9.91% from 333); Max value from RGB is 226 - color contains mainly: red. Hex color #E24A21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E24A21 is #1DB5DE. Grayscale: #737373. Windows color (decimal): -1947103 or 2181858. OLE color: 2181858.
HSL color Cylindrical-coordinate representation of color #E24A21: hue angle of 12.75º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E24A21 is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 74 | 33 | - |
| CMYK | 0 | 0.67 | 0.85 | 0.11 |
| HSL | 12.75º | 0.77% | 0.51% | - |
| HSV(B) | 12.75º | 0.85% | 0.89% | - |
| XYZ | 34.09 | 21.18 | 3.73 | - |
| YUV | 114.77 | 81.86 | 207.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 74 | 33 | 0 | 0.67 | 0.85 | 0.11 | 12.75 | 0.77 | 0.51 |
| Hex | E2 | 4A | 21 | 0 | 43 | 55 | B | D | 4D | 33 |
| Octal | 342 | 112 | 41 | 0 | 103 | 125 | 13 | 15 | 115 | 63 |
| Binary | 11100010 | 1001010 | 100001 | 0 | 1000011 | 1010101 | 1011 | 1101 | 1001101 | 110011 |
Color Harmonies of #E24A21
Complementary color
Monochromatic Colors of #E24A21
Black with #E24A21
Text Example
Text Example
White with #E24A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24A21; }
p { color: rgb(226,74,33); }
H1.HeaderClassName
{
color: #E24A21;
}
.AnyTagClassName
{
color: #E24A21;
}
</style>
background-color css
<style>
a { background-color: #E24A21; }
a { background-color: rgb(226,74,33); }
div.DivClassName
{
background-color: #E24A21;
}
.BgClassName
{
background-color: #E24A21;
}
</style>
border-color css
<style>
span { border-color: #E24A21; }
span { border-color: rgb(226,74,33); }
td.TdClassName
{
border-color: #E24A21;
}
.TagClassName
{
border-color: #E24A21;
}
</style>