Shades of Cinnabar #E1471E
Tints of Cinnabar #E1471E
RGB
CMYK
RGB Variations
Color information
#E1471E (or 0xE1471E) is known color: Cinnabar. HEX triplet: E1, 47 and 1E. RGB value is (225,71,30). Sum of RGB (Red+Green+Blue) = 225+71+30=326 (43% of max value = 765). Red value is 225 (88.28% from 255 or 69.02% from 326); Green value is 71 (28.12% from 255 or 21.78% from 326); Blue value is 30 (12.11% from 255 or 9.20% from 326); Max value from RGB is 225 - color contains mainly: red. Hex color #E1471E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1471E is #1EB8E1. Grayscale: #707070. Windows color (decimal): -2013410 or 1984481. OLE color: 1984481.
HSL color Cylindrical-coordinate representation of color #E1471E: hue angle of 12.62º 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 #E1471E is Cyan = 0, Magento = 0.68, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 71 | 30 | - |
| CMYK | 0 | 0.68 | 0.87 | 0.12 |
| HSL | 12.62º | 0.76% | 0.5% | - |
| HSV(B) | 12.62º | 0.87% | 0.88% | - |
| XYZ | 33.54 | 20.61 | 3.44 | - |
| YUV | 112.37 | 81.52 | 208.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 71 | 30 | 0 | 0.68 | 0.87 | 0.12 | 12.62 | 0.76 | 0.5 |
| Hex | E1 | 47 | 1E | 0 | 44 | 57 | C | D | 4C | 32 |
| Octal | 341 | 107 | 36 | 0 | 104 | 127 | 14 | 15 | 114 | 62 |
| Binary | 11100001 | 1000111 | 11110 | 0 | 1000100 | 1010111 | 1100 | 1101 | 1001100 | 110010 |
Color Harmonies of #E1471E
Complementary color
Monochromatic Colors of #E1471E
Black with #E1471E
Text Example
Text Example
White with #E1471E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1471E; }
p { color: rgb(225,71,30); }
H1.HeaderClassName
{
color: #E1471E;
}
.AnyTagClassName
{
color: #E1471E;
}
</style>
background-color css
<style>
a { background-color: #E1471E; }
a { background-color: rgb(225,71,30); }
div.DivClassName
{
background-color: #E1471E;
}
.BgClassName
{
background-color: #E1471E;
}
</style>
border-color css
<style>
span { border-color: #E1471E; }
span { border-color: rgb(225,71,30); }
td.TdClassName
{
border-color: #E1471E;
}
.TagClassName
{
border-color: #E1471E;
}
</style>