Shades of Cinnabar #E0502E
Tints of Cinnabar #E0502E
RGB
CMYK
RGB Variations
Color information
#E0502E (or 0xE0502E) is known color: Cinnabar. HEX triplet: E0, 50 and 2E. RGB value is (224,80,46). Sum of RGB (Red+Green+Blue) = 224+80+46=350 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64% from 350); Green value is 80 (31.64% from 255 or 22.86% from 350); Blue value is 46 (18.36% from 255 or 13.14% from 350); Max value from RGB is 224 - color contains mainly: red. Hex color #E0502E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0502E is #1FAFD1. Grayscale: #777777. Windows color (decimal): -2076626 or 3035360. OLE color: 3035360.
HSL color Cylindrical-coordinate representation of color #E0502E: hue angle of 11.46º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E0502E is Cyan = 0, Magento = 0.64, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 80 | 46 | - |
| CMYK | 0 | 0.64 | 0.79 | 0.12 |
| HSL | 11.46º | 0.74% | 0.53% | - |
| HSV(B) | 11.46º | 0.79% | 0.88% | - |
| XYZ | 34.1 | 21.78 | 4.99 | - |
| YUV | 119.18 | 86.71 | 202.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 80 | 46 | 0 | 0.64 | 0.79 | 0.12 | 11.46 | 0.74 | 0.53 |
| Hex | E0 | 50 | 2E | 0 | 40 | 4F | C | B | 4A | 35 |
| Octal | 340 | 120 | 56 | 0 | 100 | 117 | 14 | 13 | 112 | 65 |
| Binary | 11100000 | 1010000 | 101110 | 0 | 1000000 | 1001111 | 1100 | 1011 | 1001010 | 110101 |
Color Harmonies of #E0502E
Complementary color
Monochromatic Colors of #E0502E
Black with #E0502E
Text Example
Text Example
White with #E0502E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0502E; }
p { color: rgb(224,80,46); }
H1.HeaderClassName
{
color: #E0502E;
}
.AnyTagClassName
{
color: #E0502E;
}
</style>
background-color css
<style>
a { background-color: #E0502E; }
a { background-color: rgb(224,80,46); }
div.DivClassName
{
background-color: #E0502E;
}
.BgClassName
{
background-color: #E0502E;
}
</style>
border-color css
<style>
span { border-color: #E0502E; }
span { border-color: rgb(224,80,46); }
td.TdClassName
{
border-color: #E0502E;
}
.TagClassName
{
border-color: #E0502E;
}
</style>