Shades of Cinnabar #E24E2F
Tints of Cinnabar #E24E2F
RGB
CMYK
RGB Variations
Color information
#E24E2F (or 0xE24E2F) is known color: Cinnabar. HEX triplet: E2, 4E and 2F. RGB value is (226,78,47). Sum of RGB (Red+Green+Blue) = 226+78+47=351 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.39% from 351); Green value is 78 (30.86% from 255 or 22.22% from 351); Blue value is 47 (18.75% from 255 or 13.39% from 351); Max value from RGB is 226 - color contains mainly: red. Hex color #E24E2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E24E2F is #1DB1D0. Grayscale: #767676. Windows color (decimal): -1946065 or 3100386. OLE color: 3100386.
HSL color Cylindrical-coordinate representation of color #E24E2F: hue angle of 10.39º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E24E2F is Cyan = 0, Magento = 0.65, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 78 | 47 | - |
| CMYK | 0 | 0.65 | 0.79 | 0.11 |
| HSL | 10.39º | 0.76% | 0.54% | - |
| HSV(B) | 10.39º | 0.79% | 0.89% | - |
| XYZ | 34.6 | 21.82 | 5.08 | - |
| YUV | 118.72 | 87.53 | 204.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 78 | 47 | 0 | 0.65 | 0.79 | 0.11 | 10.39 | 0.76 | 0.54 |
| Hex | E2 | 4E | 2F | 0 | 41 | 4F | B | A | 4C | 36 |
| Octal | 342 | 116 | 57 | 0 | 101 | 117 | 13 | 12 | 114 | 66 |
| Binary | 11100010 | 1001110 | 101111 | 0 | 1000001 | 1001111 | 1011 | 1010 | 1001100 | 110110 |
Color Harmonies of #E24E2F
Complementary color
Monochromatic Colors of #E24E2F
Black with #E24E2F
Text Example
Text Example
White with #E24E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24E2F; }
p { color: rgb(226,78,47); }
H1.HeaderClassName
{
color: #E24E2F;
}
.AnyTagClassName
{
color: #E24E2F;
}
</style>
background-color css
<style>
a { background-color: #E24E2F; }
a { background-color: rgb(226,78,47); }
div.DivClassName
{
background-color: #E24E2F;
}
.BgClassName
{
background-color: #E24E2F;
}
</style>
border-color css
<style>
span { border-color: #E24E2F; }
span { border-color: rgb(226,78,47); }
td.TdClassName
{
border-color: #E24E2F;
}
.TagClassName
{
border-color: #E24E2F;
}
</style>