Shades of Cinnabar #E24E34
Tints of Cinnabar #E24E34
RGB
CMYK
RGB Variations
Color information
#E24E34 (or 0xE24E34) is known color: Cinnabar. HEX triplet: E2, 4E and 34. RGB value is (226,78,52). Sum of RGB (Red+Green+Blue) = 226+78+52=356 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.48% from 356); Green value is 78 (30.86% from 255 or 21.91% from 356); Blue value is 52 (20.70% from 255 or 14.61% from 356); Max value from RGB is 226 - color contains mainly: red. Hex color #E24E34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E24E34 is #1DB1CB. Grayscale: #777777. Windows color (decimal): -1946060 or 3428066. OLE color: 3428066.
HSL color Cylindrical-coordinate representation of color #E24E34: hue angle of 8.97º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E24E34 is Cyan = 0, Magento = 0.65, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 78 | 52 | - |
| CMYK | 0 | 0.65 | 0.77 | 0.11 |
| HSL | 8.97º | 0.75% | 0.55% | - |
| HSV(B) | 8.97º | 0.77% | 0.89% | - |
| XYZ | 34.71 | 21.87 | 5.64 | - |
| YUV | 119.29 | 90.03 | 204.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 78 | 52 | 0 | 0.65 | 0.77 | 0.11 | 8.97 | 0.75 | 0.55 |
| Hex | E2 | 4E | 34 | 0 | 41 | 4D | B | 9 | 4B | 37 |
| Octal | 342 | 116 | 64 | 0 | 101 | 115 | 13 | 11 | 113 | 67 |
| Binary | 11100010 | 1001110 | 110100 | 0 | 1000001 | 1001101 | 1011 | 1001 | 1001011 | 110111 |
Color Harmonies of #E24E34
Complementary color
Monochromatic Colors of #E24E34
Black with #E24E34
Text Example
Text Example
White with #E24E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24E34; }
p { color: rgb(226,78,52); }
H1.HeaderClassName
{
color: #E24E34;
}
.AnyTagClassName
{
color: #E24E34;
}
</style>
background-color css
<style>
a { background-color: #E24E34; }
a { background-color: rgb(226,78,52); }
div.DivClassName
{
background-color: #E24E34;
}
.BgClassName
{
background-color: #E24E34;
}
</style>
border-color css
<style>
span { border-color: #E24E34; }
span { border-color: rgb(226,78,52); }
td.TdClassName
{
border-color: #E24E34;
}
.TagClassName
{
border-color: #E24E34;
}
</style>