Shades of Cinnabar #E1502F
Tints of Cinnabar #E1502F
RGB
CMYK
RGB Variations
Color information
#E1502F (or 0xE1502F) is known color: Cinnabar. HEX triplet: E1, 50 and 2F. RGB value is (225,80,47). Sum of RGB (Red+Green+Blue) = 225+80+47=352 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.92% from 352); Green value is 80 (31.64% from 255 or 22.73% from 352); Blue value is 47 (18.75% from 255 or 13.35% from 352); Max value from RGB is 225 - color contains mainly: red. Hex color #E1502F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1502F is #1EAFD0. Grayscale: #777777. Windows color (decimal): -2011089 or 3100897. OLE color: 3100897.
HSL color Cylindrical-coordinate representation of color #E1502F: hue angle of 11.12º degrees, saturation: 0.75, 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 #E1502F is Cyan = 0, Magento = 0.64, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 80 | 47 | - |
| CMYK | 0 | 0.64 | 0.79 | 0.12 |
| HSL | 11.12º | 0.75% | 0.53% | - |
| HSV(B) | 11.12º | 0.79% | 0.88% | - |
| XYZ | 34.43 | 21.95 | 5.11 | - |
| YUV | 119.59 | 87.04 | 203.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 80 | 47 | 0 | 0.64 | 0.79 | 0.12 | 11.12 | 0.75 | 0.53 |
| Hex | E1 | 50 | 2F | 0 | 40 | 4F | C | B | 4B | 35 |
| Octal | 341 | 120 | 57 | 0 | 100 | 117 | 14 | 13 | 113 | 65 |
| Binary | 11100001 | 1010000 | 101111 | 0 | 1000000 | 1001111 | 1100 | 1011 | 1001011 | 110101 |
Color Harmonies of #E1502F
Complementary color
Monochromatic Colors of #E1502F
Black with #E1502F
Text Example
Text Example
White with #E1502F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1502F; }
p { color: rgb(225,80,47); }
H1.HeaderClassName
{
color: #E1502F;
}
.AnyTagClassName
{
color: #E1502F;
}
</style>
background-color css
<style>
a { background-color: #E1502F; }
a { background-color: rgb(225,80,47); }
div.DivClassName
{
background-color: #E1502F;
}
.BgClassName
{
background-color: #E1502F;
}
</style>
border-color css
<style>
span { border-color: #E1502F; }
span { border-color: rgb(225,80,47); }
td.TdClassName
{
border-color: #E1502F;
}
.TagClassName
{
border-color: #E1502F;
}
</style>