Shades of Cinnabar #E1371E
Tints of Cinnabar #E1371E
RGB
CMYK
RGB Variations
Color information
#E1371E (or 0xE1371E) is known color: Cinnabar. HEX triplet: E1, 37 and 1E. RGB value is (225,55,30). Sum of RGB (Red+Green+Blue) = 225+55+30=310 (41% of max value = 765). Red value is 225 (88.28% from 255 or 72.58% from 310); Green value is 55 (21.88% from 255 or 17.74% from 310); Blue value is 30 (12.11% from 255 or 9.68% from 310); Max value from RGB is 225 - color contains mainly: red. Hex color #E1371E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1371E is #1EC8E1. Grayscale: #676767. Windows color (decimal): -2017506 or 1980385. OLE color: 1980385.
HSL color Cylindrical-coordinate representation of color #E1371E: hue angle of 7.69º 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 #E1371E is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 55 | 30 | - |
| CMYK | 0 | 0.76 | 0.87 | 0.12 |
| HSL | 7.69º | 0.76% | 0.5% | - |
| HSV(B) | 7.69º | 0.87% | 0.88% | - |
| XYZ | 32.65 | 18.83 | 3.14 | - |
| YUV | 102.98 | 86.82 | 215.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 55 | 30 | 0 | 0.76 | 0.87 | 0.12 | 7.69 | 0.76 | 0.5 |
| Hex | E1 | 37 | 1E | 0 | 4C | 57 | C | 8 | 4C | 32 |
| Octal | 341 | 67 | 36 | 0 | 114 | 127 | 14 | 10 | 114 | 62 |
| Binary | 11100001 | 110111 | 11110 | 0 | 1001100 | 1010111 | 1100 | 1000 | 1001100 | 110010 |
Color Harmonies of #E1371E
Complementary color
Monochromatic Colors of #E1371E
Black with #E1371E
Text Example
Text Example
White with #E1371E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1371E; }
p { color: rgb(225,55,30); }
H1.HeaderClassName
{
color: #E1371E;
}
.AnyTagClassName
{
color: #E1371E;
}
</style>
background-color css
<style>
a { background-color: #E1371E; }
a { background-color: rgb(225,55,30); }
div.DivClassName
{
background-color: #E1371E;
}
.BgClassName
{
background-color: #E1371E;
}
</style>
border-color css
<style>
span { border-color: #E1371E; }
span { border-color: rgb(225,55,30); }
td.TdClassName
{
border-color: #E1371E;
}
.TagClassName
{
border-color: #E1371E;
}
</style>