Shades of Scarlet #E71918
Tints of Scarlet #E71918
RGB
CMYK
RGB Variations
Color information
#E71918 (or 0xE71918) is known color: Scarlet. HEX triplet: E7, 19 and 18. RGB value is (231,25,24). Sum of RGB (Red+Green+Blue) = 231+25+24=280 (37% of max value = 765). Red value is 231 (90.62% from 255 or 82.5% from 280); Green value is 25 (10.16% from 255 or 8.93% from 280); Blue value is 24 (9.77% from 255 or 8.57% from 280); Max value from RGB is 231 - color contains mainly: red. Hex color #E71918 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E71918 is #18E6E7. Grayscale: #565656. Windows color (decimal): -1631976 or 1579495. OLE color: 1579495.
HSL color Cylindrical-coordinate representation of color #E71918: hue angle of 0.29º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E71918 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 25 | 24 | - |
| CMYK | 0 | 0.89 | 0.90 | 0.09 |
| HSL | 0.29º | 0.81% | 0.5% | - |
| HSV(B) | 0.29º | 0.9% | 0.91% | - |
| XYZ | 33.47 | 17.75 | 2.53 | - |
| YUV | 86.48 | 92.75 | 231.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 25 | 24 | 0 | 0.89 | 0.90 | 0.09 | 0.29 | 0.81 | 0.5 |
| Hex | E7 | 19 | 18 | 0 | 59 | 5A | 9 | 0 | 51 | 32 |
| Octal | 347 | 31 | 30 | 0 | 131 | 132 | 11 | 0 | 121 | 62 |
| Binary | 11100111 | 11001 | 11000 | 0 | 1011001 | 1011010 | 1001 | 0 | 1010001 | 110010 |
Color Harmonies of #E71918
Complementary color
Monochromatic Colors of #E71918
Black with #E71918
Text Example
Text Example
White with #E71918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71918; }
p { color: rgb(231,25,24); }
H1.HeaderClassName
{
color: #E71918;
}
.AnyTagClassName
{
color: #E71918;
}
</style>
background-color css
<style>
a { background-color: #E71918; }
a { background-color: rgb(231,25,24); }
div.DivClassName
{
background-color: #E71918;
}
.BgClassName
{
background-color: #E71918;
}
</style>
border-color css
<style>
span { border-color: #E71918; }
span { border-color: rgb(231,25,24); }
td.TdClassName
{
border-color: #E71918;
}
.TagClassName
{
border-color: #E71918;
}
</style>