Shades of Scarlet #E71610
Tints of Scarlet #E71610
RGB
CMYK
RGB Variations
Color information
#E71610 (or 0xE71610) is known color: Scarlet. HEX triplet: E7, 16 and 10. RGB value is (231,22,16). Sum of RGB (Red+Green+Blue) = 231+22+16=269 (35% of max value = 765). Red value is 231 (90.62% from 255 or 85.87% from 269); Green value is 22 (8.98% from 255 or 8.18% from 269); Blue value is 16 (6.64% from 255 or 5.95% from 269); Max value from RGB is 231 - color contains mainly: red. Hex color #E71610 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E71610 is #18E9EF. Grayscale: #545454. Windows color (decimal): -1632752 or 1054439. OLE color: 1054439.
HSL color Cylindrical-coordinate representation of color #E71610: hue angle of 1.67º 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 #E71610 is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 22 | 16 | - |
| CMYK | 0 | 0.90 | 0.93 | 0.09 |
| HSL | 1.67º | 0.87% | 0.48% | - |
| HSV(B) | 1.67º | 0.93% | 0.91% | - |
| XYZ | 33.34 | 17.6 | 2.13 | - |
| YUV | 83.81 | 89.74 | 232.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 22 | 16 | 0 | 0.90 | 0.93 | 0.09 | 1.67 | 0.87 | 0.48 |
| Hex | E7 | 16 | 10 | 0 | 5A | 5D | 9 | 2 | 57 | 30 |
| Octal | 347 | 26 | 20 | 0 | 132 | 135 | 11 | 2 | 127 | 60 |
| Binary | 11100111 | 10110 | 10000 | 0 | 1011010 | 1011101 | 1001 | 10 | 1010111 | 110000 |
Color Harmonies of #E71610
Complementary color
Monochromatic Colors of #E71610
Black with #E71610
Text Example
Text Example
White with #E71610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71610; }
p { color: rgb(231,22,16); }
H1.HeaderClassName
{
color: #E71610;
}
.AnyTagClassName
{
color: #E71610;
}
</style>
background-color css
<style>
a { background-color: #E71610; }
a { background-color: rgb(231,22,16); }
div.DivClassName
{
background-color: #E71610;
}
.BgClassName
{
background-color: #E71610;
}
</style>
border-color css
<style>
span { border-color: #E71610; }
span { border-color: rgb(231,22,16); }
td.TdClassName
{
border-color: #E71610;
}
.TagClassName
{
border-color: #E71610;
}
</style>