Shades of Cinnabar #E1502E
Tints of Cinnabar #E1502E
RGB
CMYK
RGB Variations
Color information
#E1502E (or 0xE1502E) is known color: Cinnabar. HEX triplet: E1, 50 and 2E. RGB value is (225,80,46). Sum of RGB (Red+Green+Blue) = 225+80+46=351 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.10% from 351); Green value is 80 (31.64% from 255 or 22.79% from 351); Blue value is 46 (18.36% from 255 or 13.11% from 351); Max value from RGB is 225 - color contains mainly: red. Hex color #E1502E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1502E is #1EAFD1. Grayscale: #777777. Windows color (decimal): -2011090 or 3035361. OLE color: 3035361.
HSL color Cylindrical-coordinate representation of color #E1502E: hue angle of 11.4º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E1502E is Cyan = 0, Magento = 0.64, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 80 | 46 | - |
| CMYK | 0 | 0.64 | 0.80 | 0.12 |
| HSL | 11.4º | 0.75% | 0.53% | - |
| HSV(B) | 11.4º | 0.8% | 0.88% | - |
| XYZ | 34.41 | 21.94 | 5.01 | - |
| YUV | 119.48 | 86.54 | 203.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 80 | 46 | 0 | 0.64 | 0.80 | 0.12 | 11.4 | 0.75 | 0.53 |
| Hex | E1 | 50 | 2E | 0 | 40 | 50 | C | B | 4B | 35 |
| Octal | 341 | 120 | 56 | 0 | 100 | 120 | 14 | 13 | 113 | 65 |
| Binary | 11100001 | 1010000 | 101110 | 0 | 1000000 | 1010000 | 1100 | 1011 | 1001011 | 110101 |
Color Harmonies of #E1502E
Complementary color
Monochromatic Colors of #E1502E
Black with #E1502E
Text Example
Text Example
White with #E1502E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1502E; }
p { color: rgb(225,80,46); }
H1.HeaderClassName
{
color: #E1502E;
}
.AnyTagClassName
{
color: #E1502E;
}
</style>
background-color css
<style>
a { background-color: #E1502E; }
a { background-color: rgb(225,80,46); }
div.DivClassName
{
background-color: #E1502E;
}
.BgClassName
{
background-color: #E1502E;
}
</style>
border-color css
<style>
span { border-color: #E1502E; }
span { border-color: rgb(225,80,46); }
td.TdClassName
{
border-color: #E1502E;
}
.TagClassName
{
border-color: #E1502E;
}
</style>