Shades of Cinnabar #E24E3F
Tints of Cinnabar #E24E3F
RGB
CMYK
RGB Variations
Color information
#E24E3F (or 0xE24E3F) is known color: Cinnabar. HEX triplet: E2, 4E and 3F. RGB value is (226,78,63). Sum of RGB (Red+Green+Blue) = 226+78+63=367 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.58% from 367); Green value is 78 (30.86% from 255 or 21.25% from 367); Blue value is 63 (25% from 255 or 17.17% from 367); Max value from RGB is 226 - color contains mainly: red. Hex color #E24E3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E24E3F is #1DB1C0. Grayscale: #787878. Windows color (decimal): -1946049 or 4148962. OLE color: 4148962.
HSL color Cylindrical-coordinate representation of color #E24E3F: hue angle of 5.52º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E24E3F is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 78 | 63 | - |
| CMYK | 0 | 0.65 | 0.72 | 0.11 |
| HSL | 5.52º | 0.74% | 0.57% | - |
| HSV(B) | 5.52º | 0.72% | 0.89% | - |
| XYZ | 34.99 | 21.98 | 7.1 | - |
| YUV | 120.54 | 95.53 | 203.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 78 | 63 | 0 | 0.65 | 0.72 | 0.11 | 5.52 | 0.74 | 0.57 |
| Hex | E2 | 4E | 3F | 0 | 41 | 48 | B | 6 | 4A | 39 |
| Octal | 342 | 116 | 77 | 0 | 101 | 110 | 13 | 6 | 112 | 71 |
| Binary | 11100010 | 1001110 | 111111 | 0 | 1000001 | 1001000 | 1011 | 110 | 1001010 | 111001 |
Color Harmonies of #E24E3F
Complementary color
Monochromatic Colors of #E24E3F
Black with #E24E3F
Text Example
Text Example
White with #E24E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24E3F; }
p { color: rgb(226,78,63); }
H1.HeaderClassName
{
color: #E24E3F;
}
.AnyTagClassName
{
color: #E24E3F;
}
</style>
background-color css
<style>
a { background-color: #E24E3F; }
a { background-color: rgb(226,78,63); }
div.DivClassName
{
background-color: #E24E3F;
}
.BgClassName
{
background-color: #E24E3F;
}
</style>
border-color css
<style>
span { border-color: #E24E3F; }
span { border-color: rgb(226,78,63); }
td.TdClassName
{
border-color: #E24E3F;
}
.TagClassName
{
border-color: #E24E3F;
}
</style>