Shades of Cinnabar #E1501E
Tints of Cinnabar #E1501E
RGB
CMYK
RGB Variations
Color information
#E1501E (or 0xE1501E) is known color: Cinnabar. HEX triplet: E1, 50 and 1E. RGB value is (225,80,30). Sum of RGB (Red+Green+Blue) = 225+80+30=335 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.16% from 335); Green value is 80 (31.64% from 255 or 23.88% from 335); Blue value is 30 (12.11% from 255 or 8.96% from 335); Max value from RGB is 225 - color contains mainly: red. Hex color #E1501E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1501E is #1EAFE1. Grayscale: #757575. Windows color (decimal): -2011106 or 1986785. OLE color: 1986785.
HSL color Cylindrical-coordinate representation of color #E1501E: hue angle of 15.38º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E1501E is Cyan = 0, Magento = 0.64, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 80 | 30 | - |
| CMYK | 0 | 0.64 | 0.87 | 0.12 |
| HSL | 15.38º | 0.76% | 0.5% | - |
| HSV(B) | 15.38º | 0.87% | 0.88% | - |
| XYZ | 34.15 | 21.84 | 3.64 | - |
| YUV | 117.66 | 78.54 | 204.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 80 | 30 | 0 | 0.64 | 0.87 | 0.12 | 15.38 | 0.76 | 0.5 |
| Hex | E1 | 50 | 1E | 0 | 40 | 57 | C | F | 4C | 32 |
| Octal | 341 | 120 | 36 | 0 | 100 | 127 | 14 | 17 | 114 | 62 |
| Binary | 11100001 | 1010000 | 11110 | 0 | 1000000 | 1010111 | 1100 | 1111 | 1001100 | 110010 |
Color Harmonies of #E1501E
Complementary color
Monochromatic Colors of #E1501E
Black with #E1501E
Text Example
Text Example
White with #E1501E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1501E; }
p { color: rgb(225,80,30); }
H1.HeaderClassName
{
color: #E1501E;
}
.AnyTagClassName
{
color: #E1501E;
}
</style>
background-color css
<style>
a { background-color: #E1501E; }
a { background-color: rgb(225,80,30); }
div.DivClassName
{
background-color: #E1501E;
}
.BgClassName
{
background-color: #E1501E;
}
</style>
border-color css
<style>
span { border-color: #E1501E; }
span { border-color: rgb(225,80,30); }
td.TdClassName
{
border-color: #E1501E;
}
.TagClassName
{
border-color: #E1501E;
}
</style>