Shades of Scarlet #E81913
Tints of Scarlet #E81913
RGB
CMYK
RGB Variations
Color information
#E81913 (or 0xE81913) is known color: Scarlet. HEX triplet: E8, 19 and 13. RGB value is (232,25,19). Sum of RGB (Red+Green+Blue) = 232+25+19=276 (36% of max value = 765). Red value is 232 (91.02% from 255 or 84.06% from 276); Green value is 25 (10.16% from 255 or 9.06% from 276); Blue value is 19 (7.81% from 255 or 6.88% from 276); Max value from RGB is 232 - color contains mainly: red. Hex color #E81913 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E81913 is #17E6EC. Grayscale: #565656. Windows color (decimal): -1566445 or 1251816. OLE color: 1251816.
HSL color Cylindrical-coordinate representation of color #E81913: hue angle of 1.69º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E81913 is Cyan = 0, Magento = 0.89, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 25 | 19 | - |
| CMYK | 0 | 0.89 | 0.92 | 0.09 |
| HSL | 1.69º | 0.85% | 0.49% | - |
| HSV(B) | 1.69º | 0.92% | 0.91% | - |
| XYZ | 33.74 | 17.9 | 2.29 | - |
| YUV | 86.21 | 90.08 | 231.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 25 | 19 | 0 | 0.89 | 0.92 | 0.09 | 1.69 | 0.85 | 0.49 |
| Hex | E8 | 19 | 13 | 0 | 59 | 5C | 9 | 2 | 55 | 31 |
| Octal | 350 | 31 | 23 | 0 | 131 | 134 | 11 | 2 | 125 | 61 |
| Binary | 11101000 | 11001 | 10011 | 0 | 1011001 | 1011100 | 1001 | 10 | 1010101 | 110001 |
Color Harmonies of #E81913
Complementary color
Monochromatic Colors of #E81913
Black with #E81913
Text Example
Text Example
White with #E81913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81913; }
p { color: rgb(232,25,19); }
H1.HeaderClassName
{
color: #E81913;
}
.AnyTagClassName
{
color: #E81913;
}
</style>
background-color css
<style>
a { background-color: #E81913; }
a { background-color: rgb(232,25,19); }
div.DivClassName
{
background-color: #E81913;
}
.BgClassName
{
background-color: #E81913;
}
</style>
border-color css
<style>
span { border-color: #E81913; }
span { border-color: rgb(232,25,19); }
td.TdClassName
{
border-color: #E81913;
}
.TagClassName
{
border-color: #E81913;
}
</style>