Shades of Cinnabar #E24A27
Tints of Cinnabar #E24A27
RGB
CMYK
RGB Variations
Color information
#E24A27 (or 0xE24A27) is known color: Cinnabar. HEX triplet: E2, 4A and 27. RGB value is (226,74,39). Sum of RGB (Red+Green+Blue) = 226+74+39=339 (44% of max value = 765). Red value is 226 (88.67% from 255 or 66.67% from 339); Green value is 74 (29.30% from 255 or 21.83% from 339); Blue value is 39 (15.62% from 255 or 11.50% from 339); Max value from RGB is 226 - color contains mainly: red. Hex color #E24A27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E24A27 is #1DB5D8. Grayscale: #737373. Windows color (decimal): -1947097 or 2575074. OLE color: 2575074.
HSL color Cylindrical-coordinate representation of color #E24A27: hue angle of 11.23º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E24A27 is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 74 | 39 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.11 |
| HSL | 11.23º | 0.76% | 0.52% | - |
| HSV(B) | 11.23º | 0.83% | 0.89% | - |
| XYZ | 34.18 | 21.21 | 4.21 | - |
| YUV | 115.46 | 84.86 | 206.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 74 | 39 | 0 | 0.67 | 0.83 | 0.11 | 11.23 | 0.76 | 0.52 |
| Hex | E2 | 4A | 27 | 0 | 43 | 53 | B | B | 4C | 34 |
| Octal | 342 | 112 | 47 | 0 | 103 | 123 | 13 | 13 | 114 | 64 |
| Binary | 11100010 | 1001010 | 100111 | 0 | 1000011 | 1010011 | 1011 | 1011 | 1001100 | 110100 |
Color Harmonies of #E24A27
Complementary color
Monochromatic Colors of #E24A27
Black with #E24A27
Text Example
Text Example
White with #E24A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24A27; }
p { color: rgb(226,74,39); }
H1.HeaderClassName
{
color: #E24A27;
}
.AnyTagClassName
{
color: #E24A27;
}
</style>
background-color css
<style>
a { background-color: #E24A27; }
a { background-color: rgb(226,74,39); }
div.DivClassName
{
background-color: #E24A27;
}
.BgClassName
{
background-color: #E24A27;
}
</style>
border-color css
<style>
span { border-color: #E24A27; }
span { border-color: rgb(226,74,39); }
td.TdClassName
{
border-color: #E24A27;
}
.TagClassName
{
border-color: #E24A27;
}
</style>