Shades of Cinnabar #E2371E
Tints of Cinnabar #E2371E
RGB
CMYK
RGB Variations
Color information
#E2371E (or 0xE2371E) is known color: Cinnabar. HEX triplet: E2, 37 and 1E. RGB value is (226,55,30). Sum of RGB (Red+Green+Blue) = 226+55+30=311 (41% of max value = 765). Red value is 226 (88.67% from 255 or 72.67% from 311); Green value is 55 (21.88% from 255 or 17.68% from 311); Blue value is 30 (12.11% from 255 or 9.65% from 311); Max value from RGB is 226 - color contains mainly: red. Hex color #E2371E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2371E is #1DC8E1. Grayscale: #676767. Windows color (decimal): -1951970 or 1980386. OLE color: 1980386.
HSL color Cylindrical-coordinate representation of color #E2371E: hue angle of 7.65º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E2371E is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 55 | 30 | - |
| CMYK | 0 | 0.76 | 0.87 | 0.11 |
| HSL | 7.65º | 0.77% | 0.5% | - |
| HSV(B) | 7.65º | 0.87% | 0.89% | - |
| XYZ | 32.96 | 18.99 | 3.16 | - |
| YUV | 103.28 | 86.65 | 215.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 55 | 30 | 0 | 0.76 | 0.87 | 0.11 | 7.65 | 0.77 | 0.5 |
| Hex | E2 | 37 | 1E | 0 | 4C | 57 | B | 8 | 4D | 32 |
| Octal | 342 | 67 | 36 | 0 | 114 | 127 | 13 | 10 | 115 | 62 |
| Binary | 11100010 | 110111 | 11110 | 0 | 1001100 | 1010111 | 1011 | 1000 | 1001101 | 110010 |
Color Harmonies of #E2371E
Complementary color
Monochromatic Colors of #E2371E
Black with #E2371E
Text Example
Text Example
White with #E2371E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2371E; }
p { color: rgb(226,55,30); }
H1.HeaderClassName
{
color: #E2371E;
}
.AnyTagClassName
{
color: #E2371E;
}
</style>
background-color css
<style>
a { background-color: #E2371E; }
a { background-color: rgb(226,55,30); }
div.DivClassName
{
background-color: #E2371E;
}
.BgClassName
{
background-color: #E2371E;
}
</style>
border-color css
<style>
span { border-color: #E2371E; }
span { border-color: rgb(226,55,30); }
td.TdClassName
{
border-color: #E2371E;
}
.TagClassName
{
border-color: #E2371E;
}
</style>