Shades of Cinnabar #E7371C
Tints of Cinnabar #E7371C
RGB
CMYK
RGB Variations
Color information
#E7371C (or 0xE7371C) is known color: Cinnabar. HEX triplet: E7, 37 and 1C. RGB value is (231,55,28). Sum of RGB (Red+Green+Blue) = 231+55+28=314 (41% of max value = 765). Red value is 231 (90.62% from 255 or 73.57% from 314); Green value is 55 (21.88% from 255 or 17.52% from 314); Blue value is 28 (11.33% from 255 or 8.92% from 314); Max value from RGB is 231 - color contains mainly: red. Hex color #E7371C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7371C is #18C8E3. Grayscale: #686868. Windows color (decimal): -1624292 or 1849319. OLE color: 1849319.
HSL color Cylindrical-coordinate representation of color #E7371C: hue angle of 7.98º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E7371C is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 55 | 28 | - |
| CMYK | 0 | 0.76 | 0.88 | 0.09 |
| HSL | 7.98º | 0.81% | 0.51% | - |
| HSV(B) | 7.98º | 0.88% | 0.91% | - |
| XYZ | 34.53 | 19.81 | 3.1 | - |
| YUV | 104.55 | 84.81 | 218.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 55 | 28 | 0 | 0.76 | 0.88 | 0.09 | 7.98 | 0.81 | 0.51 |
| Hex | E7 | 37 | 1C | 0 | 4C | 58 | 9 | 8 | 51 | 33 |
| Octal | 347 | 67 | 34 | 0 | 114 | 130 | 11 | 10 | 121 | 63 |
| Binary | 11100111 | 110111 | 11100 | 0 | 1001100 | 1011000 | 1001 | 1000 | 1010001 | 110011 |
Color Harmonies of #E7371C
Complementary color
Monochromatic Colors of #E7371C
Black with #E7371C
Text Example
Text Example
White with #E7371C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7371C; }
p { color: rgb(231,55,28); }
H1.HeaderClassName
{
color: #E7371C;
}
.AnyTagClassName
{
color: #E7371C;
}
</style>
background-color css
<style>
a { background-color: #E7371C; }
a { background-color: rgb(231,55,28); }
div.DivClassName
{
background-color: #E7371C;
}
.BgClassName
{
background-color: #E7371C;
}
</style>
border-color css
<style>
span { border-color: #E7371C; }
span { border-color: rgb(231,55,28); }
td.TdClassName
{
border-color: #E7371C;
}
.TagClassName
{
border-color: #E7371C;
}
</style>