Shades of Scarlet #E71510
Tints of Scarlet #E71510
RGB
CMYK
RGB Variations
Color information
#E71510 (or 0xE71510) is known color: Scarlet. HEX triplet: E7, 15 and 10. RGB value is (231,21,16). Sum of RGB (Red+Green+Blue) = 231+21+16=268 (35% of max value = 765). Red value is 231 (90.62% from 255 or 86.19% from 268); Green value is 21 (8.59% from 255 or 7.84% from 268); Blue value is 16 (6.64% from 255 or 5.97% from 268); Max value from RGB is 231 - color contains mainly: red. Hex color #E71510 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E71510 is #18EAEF. Grayscale: #535353. Windows color (decimal): -1633008 or 1054183. OLE color: 1054183.
HSL color Cylindrical-coordinate representation of color #E71510: hue angle of 1.4º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E71510 is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 21 | 16 | - |
| CMYK | 0 | 0.91 | 0.93 | 0.09 |
| HSL | 1.4º | 0.87% | 0.48% | - |
| HSV(B) | 1.4º | 0.93% | 0.91% | - |
| XYZ | 33.32 | 17.56 | 2.12 | - |
| YUV | 83.22 | 90.07 | 233.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 21 | 16 | 0 | 0.91 | 0.93 | 0.09 | 1.4 | 0.87 | 0.48 |
| Hex | E7 | 15 | 10 | 0 | 5B | 5D | 9 | 1 | 57 | 30 |
| Octal | 347 | 25 | 20 | 0 | 133 | 135 | 11 | 1 | 127 | 60 |
| Binary | 11100111 | 10101 | 10000 | 0 | 1011011 | 1011101 | 1001 | 1 | 1010111 | 110000 |
Color Harmonies of #E71510
Complementary color
Monochromatic Colors of #E71510
Black with #E71510
Text Example
Text Example
White with #E71510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71510; }
p { color: rgb(231,21,16); }
H1.HeaderClassName
{
color: #E71510;
}
.AnyTagClassName
{
color: #E71510;
}
</style>
background-color css
<style>
a { background-color: #E71510; }
a { background-color: rgb(231,21,16); }
div.DivClassName
{
background-color: #E71510;
}
.BgClassName
{
background-color: #E71510;
}
</style>
border-color css
<style>
span { border-color: #E71510; }
span { border-color: rgb(231,21,16); }
td.TdClassName
{
border-color: #E71510;
}
.TagClassName
{
border-color: #E71510;
}
</style>