Shades of Cinnabar #E24F2E
Tints of Cinnabar #E24F2E
RGB
CMYK
RGB Variations
Color information
#E24F2E (or 0xE24F2E) is known color: Cinnabar. HEX triplet: E2, 4F and 2E. RGB value is (226,79,46). Sum of RGB (Red+Green+Blue) = 226+79+46=351 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.39% from 351); Green value is 79 (31.25% from 255 or 22.51% from 351); Blue value is 46 (18.36% from 255 or 13.11% from 351); Max value from RGB is 226 - color contains mainly: red. Hex color #E24F2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E24F2E is #1DB0D1. Grayscale: #777777. Windows color (decimal): -1945810 or 3035106. OLE color: 3035106.
HSL color Cylindrical-coordinate representation of color #E24F2E: hue angle of 11º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E24F2E is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 79 | 46 | - |
| CMYK | 0 | 0.65 | 0.80 | 0.11 |
| HSL | 11º | 0.76% | 0.53% | - |
| HSV(B) | 11º | 0.8% | 0.89% | - |
| XYZ | 34.65 | 21.96 | 5 | - |
| YUV | 119.19 | 86.7 | 204.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 79 | 46 | 0 | 0.65 | 0.80 | 0.11 | 11 | 0.76 | 0.53 |
| Hex | E2 | 4F | 2E | 0 | 41 | 50 | B | B | 4C | 35 |
| Octal | 342 | 117 | 56 | 0 | 101 | 120 | 13 | 13 | 114 | 65 |
| Binary | 11100010 | 1001111 | 101110 | 0 | 1000001 | 1010000 | 1011 | 1011 | 1001100 | 110101 |
Color Harmonies of #E24F2E
Complementary color
Monochromatic Colors of #E24F2E
Black with #E24F2E
Text Example
Text Example
White with #E24F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24F2E; }
p { color: rgb(226,79,46); }
H1.HeaderClassName
{
color: #E24F2E;
}
.AnyTagClassName
{
color: #E24F2E;
}
</style>
background-color css
<style>
a { background-color: #E24F2E; }
a { background-color: rgb(226,79,46); }
div.DivClassName
{
background-color: #E24F2E;
}
.BgClassName
{
background-color: #E24F2E;
}
</style>
border-color css
<style>
span { border-color: #E24F2E; }
span { border-color: rgb(226,79,46); }
td.TdClassName
{
border-color: #E24F2E;
}
.TagClassName
{
border-color: #E24F2E;
}
</style>