Shades of Scarlet #E81713
Tints of Scarlet #E81713
RGB
CMYK
RGB Variations
Color information
#E81713 (or 0xE81713) is known color: Scarlet. HEX triplet: E8, 17 and 13. RGB value is (232,23,19). Sum of RGB (Red+Green+Blue) = 232+23+19=274 (36% of max value = 765). Red value is 232 (91.02% from 255 or 84.67% from 274); Green value is 23 (9.38% from 255 or 8.39% from 274); Blue value is 19 (7.81% from 255 or 6.93% from 274); Max value from RGB is 232 - color contains mainly: red. Hex color #E81713 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E81713 is #17E8EC. Grayscale: #555555. Windows color (decimal): -1566957 or 1251304. OLE color: 1251304.
HSL color Cylindrical-coordinate representation of color #E81713: hue angle of 1.13º 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 #E81713 is Cyan = 0, Magento = 0.90, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 23 | 19 | - |
| CMYK | 0 | 0.90 | 0.92 | 0.09 |
| HSL | 1.13º | 0.85% | 0.49% | - |
| HSV(B) | 1.13º | 0.92% | 0.91% | - |
| XYZ | 33.7 | 17.82 | 2.28 | - |
| YUV | 85.04 | 90.74 | 232.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 23 | 19 | 0 | 0.90 | 0.92 | 0.09 | 1.13 | 0.85 | 0.49 |
| Hex | E8 | 17 | 13 | 0 | 5A | 5C | 9 | 1 | 55 | 31 |
| Octal | 350 | 27 | 23 | 0 | 132 | 134 | 11 | 1 | 125 | 61 |
| Binary | 11101000 | 10111 | 10011 | 0 | 1011010 | 1011100 | 1001 | 1 | 1010101 | 110001 |
Color Harmonies of #E81713
Complementary color
Monochromatic Colors of #E81713
Black with #E81713
Text Example
Text Example
White with #E81713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81713; }
p { color: rgb(232,23,19); }
H1.HeaderClassName
{
color: #E81713;
}
.AnyTagClassName
{
color: #E81713;
}
</style>
background-color css
<style>
a { background-color: #E81713; }
a { background-color: rgb(232,23,19); }
div.DivClassName
{
background-color: #E81713;
}
.BgClassName
{
background-color: #E81713;
}
</style>
border-color css
<style>
span { border-color: #E81713; }
span { border-color: rgb(232,23,19); }
td.TdClassName
{
border-color: #E81713;
}
.TagClassName
{
border-color: #E81713;
}
</style>