Shades of Scarlet #E71A10
Tints of Scarlet #E71A10
RGB
CMYK
RGB Variations
Color information
#E71A10 (or 0xE71A10) is known color: Scarlet. HEX triplet: E7, 1A and 10. RGB value is (231,26,16). Sum of RGB (Red+Green+Blue) = 231+26+16=273 (36% of max value = 765). Red value is 231 (90.62% from 255 or 84.62% from 273); Green value is 26 (10.55% from 255 or 9.52% from 273); Blue value is 16 (6.64% from 255 or 5.86% from 273); Max value from RGB is 231 - color contains mainly: red. Hex color #E71A10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E71A10 is #18E5EF. Grayscale: #565656. Windows color (decimal): -1631728 or 1055463. OLE color: 1055463.
HSL color Cylindrical-coordinate representation of color #E71A10: hue angle of 2.79º 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 #E71A10 is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 26 | 16 | - |
| CMYK | 0 | 0.89 | 0.93 | 0.09 |
| HSL | 2.79º | 0.87% | 0.48% | - |
| HSV(B) | 2.79º | 0.93% | 0.91% | - |
| XYZ | 33.42 | 17.77 | 2.16 | - |
| YUV | 86.16 | 88.42 | 231.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 26 | 16 | 0 | 0.89 | 0.93 | 0.09 | 2.79 | 0.87 | 0.48 |
| Hex | E7 | 1A | 10 | 0 | 59 | 5D | 9 | 3 | 57 | 30 |
| Octal | 347 | 32 | 20 | 0 | 131 | 135 | 11 | 3 | 127 | 60 |
| Binary | 11100111 | 11010 | 10000 | 0 | 1011001 | 1011101 | 1001 | 11 | 1010111 | 110000 |
Color Harmonies of #E71A10
Complementary color
Monochromatic Colors of #E71A10
Black with #E71A10
Text Example
Text Example
White with #E71A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71A10; }
p { color: rgb(231,26,16); }
H1.HeaderClassName
{
color: #E71A10;
}
.AnyTagClassName
{
color: #E71A10;
}
</style>
background-color css
<style>
a { background-color: #E71A10; }
a { background-color: rgb(231,26,16); }
div.DivClassName
{
background-color: #E71A10;
}
.BgClassName
{
background-color: #E71A10;
}
</style>
border-color css
<style>
span { border-color: #E71A10; }
span { border-color: rgb(231,26,16); }
td.TdClassName
{
border-color: #E71A10;
}
.TagClassName
{
border-color: #E71A10;
}
</style>