Shades of Scarlet #E71713
Tints of Scarlet #E71713
RGB
CMYK
RGB Variations
Color information
#E71713 (or 0xE71713) is known color: Scarlet. HEX triplet: E7, 17 and 13. RGB value is (231,23,19). Sum of RGB (Red+Green+Blue) = 231+23+19=273 (36% of max value = 765). Red value is 231 (90.62% from 255 or 84.62% from 273); Green value is 23 (9.38% from 255 or 8.42% from 273); Blue value is 19 (7.81% from 255 or 6.96% from 273); Max value from RGB is 231 - color contains mainly: red. Hex color #E71713 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E71713 is #18E8EC. Grayscale: #545454. Windows color (decimal): -1632493 or 1251303. OLE color: 1251303.
HSL color Cylindrical-coordinate representation of color #E71713: 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 #E71713 is Cyan = 0, Magento = 0.90, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 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.38 | 17.65 | 2.26 | - |
| YUV | 84.74 | 90.91 | 232.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 23 | 19 | 0 | 0.90 | 0.92 | 0.09 | 1.13 | 0.85 | 0.49 |
| Hex | E7 | 17 | 13 | 0 | 5A | 5C | 9 | 1 | 55 | 31 |
| Octal | 347 | 27 | 23 | 0 | 132 | 134 | 11 | 1 | 125 | 61 |
| Binary | 11100111 | 10111 | 10011 | 0 | 1011010 | 1011100 | 1001 | 1 | 1010101 | 110001 |
Color Harmonies of #E71713
Complementary color
Monochromatic Colors of #E71713
Black with #E71713
Text Example
Text Example
White with #E71713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71713; }
p { color: rgb(231,23,19); }
H1.HeaderClassName
{
color: #E71713;
}
.AnyTagClassName
{
color: #E71713;
}
</style>
background-color css
<style>
a { background-color: #E71713; }
a { background-color: rgb(231,23,19); }
div.DivClassName
{
background-color: #E71713;
}
.BgClassName
{
background-color: #E71713;
}
</style>
border-color css
<style>
span { border-color: #E71713; }
span { border-color: rgb(231,23,19); }
td.TdClassName
{
border-color: #E71713;
}
.TagClassName
{
border-color: #E71713;
}
</style>