Shades of Cinnabar #E0371E
Tints of Cinnabar #E0371E
RGB
CMYK
RGB Variations
Color information
#E0371E (or 0xE0371E) is known color: Cinnabar. HEX triplet: E0, 37 and 1E. RGB value is (224,55,30). Sum of RGB (Red+Green+Blue) = 224+55+30=309 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.49% from 309); Green value is 55 (21.88% from 255 or 17.80% from 309); Blue value is 30 (12.11% from 255 or 9.71% from 309); Max value from RGB is 224 - color contains mainly: red. Hex color #E0371E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0371E is #1FC8E1. Grayscale: #666666. Windows color (decimal): -2083042 or 1980384. OLE color: 1980384.
HSL color Cylindrical-coordinate representation of color #E0371E: hue angle of 7.73º 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 #E0371E is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 55 | 30 | - |
| CMYK | 0 | 0.75 | 0.87 | 0.12 |
| HSL | 7.73º | 0.76% | 0.5% | - |
| HSV(B) | 7.73º | 0.87% | 0.88% | - |
| XYZ | 32.34 | 18.67 | 3.13 | - |
| YUV | 102.68 | 86.99 | 214.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 55 | 30 | 0 | 0.75 | 0.87 | 0.12 | 7.73 | 0.76 | 0.5 |
| Hex | E0 | 37 | 1E | 0 | 4B | 57 | C | 8 | 4C | 32 |
| Octal | 340 | 67 | 36 | 0 | 113 | 127 | 14 | 10 | 114 | 62 |
| Binary | 11100000 | 110111 | 11110 | 0 | 1001011 | 1010111 | 1100 | 1000 | 1001100 | 110010 |
Color Harmonies of #E0371E
Complementary color
Monochromatic Colors of #E0371E
Black with #E0371E
Text Example
Text Example
White with #E0371E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0371E; }
p { color: rgb(224,55,30); }
H1.HeaderClassName
{
color: #E0371E;
}
.AnyTagClassName
{
color: #E0371E;
}
</style>
background-color css
<style>
a { background-color: #E0371E; }
a { background-color: rgb(224,55,30); }
div.DivClassName
{
background-color: #E0371E;
}
.BgClassName
{
background-color: #E0371E;
}
</style>
border-color css
<style>
span { border-color: #E0371E; }
span { border-color: rgb(224,55,30); }
td.TdClassName
{
border-color: #E0371E;
}
.TagClassName
{
border-color: #E0371E;
}
</style>