Shades of Cinnabar #E0502F
Tints of Cinnabar #E0502F
RGB
CMYK
RGB Variations
Color information
#E0502F (or 0xE0502F) is known color: Cinnabar. HEX triplet: E0, 50 and 2F. RGB value is (224,80,47). Sum of RGB (Red+Green+Blue) = 224+80+47=351 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.82% from 351); Green value is 80 (31.64% from 255 or 22.79% from 351); Blue value is 47 (18.75% from 255 or 13.39% from 351); Max value from RGB is 224 - color contains mainly: red. Hex color #E0502F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0502F is #1FAFD0. Grayscale: #777777. Windows color (decimal): -2076625 or 3100896. OLE color: 3100896.
HSL color Cylindrical-coordinate representation of color #E0502F: hue angle of 11.19º 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 #E0502F is Cyan = 0, Magento = 0.64, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 80 | 47 | - |
| CMYK | 0 | 0.64 | 0.79 | 0.12 |
| HSL | 11.19º | 0.74% | 0.53% | - |
| HSV(B) | 11.19º | 0.79% | 0.88% | - |
| XYZ | 34.12 | 21.79 | 5.1 | - |
| YUV | 119.29 | 87.21 | 202.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 80 | 47 | 0 | 0.64 | 0.79 | 0.12 | 11.19 | 0.74 | 0.53 |
| Hex | E0 | 50 | 2F | 0 | 40 | 4F | C | B | 4A | 35 |
| Octal | 340 | 120 | 57 | 0 | 100 | 117 | 14 | 13 | 112 | 65 |
| Binary | 11100000 | 1010000 | 101111 | 0 | 1000000 | 1001111 | 1100 | 1011 | 1001010 | 110101 |
Color Harmonies of #E0502F
Complementary color
Monochromatic Colors of #E0502F
Black with #E0502F
Text Example
Text Example
White with #E0502F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0502F; }
p { color: rgb(224,80,47); }
H1.HeaderClassName
{
color: #E0502F;
}
.AnyTagClassName
{
color: #E0502F;
}
</style>
background-color css
<style>
a { background-color: #E0502F; }
a { background-color: rgb(224,80,47); }
div.DivClassName
{
background-color: #E0502F;
}
.BgClassName
{
background-color: #E0502F;
}
</style>
border-color css
<style>
span { border-color: #E0502F; }
span { border-color: rgb(224,80,47); }
td.TdClassName
{
border-color: #E0502F;
}
.TagClassName
{
border-color: #E0502F;
}
</style>