Shades of Scarlet #E71E11
Tints of Scarlet #E71E11
RGB
CMYK
RGB Variations
Color information
#E71E11 (or 0xE71E11) is known color: Scarlet. HEX triplet: E7, 1E and 11. RGB value is (231,30,17). Sum of RGB (Red+Green+Blue) = 231+30+17=278 (36% of max value = 765). Red value is 231 (90.62% from 255 or 83.09% from 278); Green value is 30 (12.11% from 255 or 10.79% from 278); Blue value is 17 (7.03% from 255 or 6.12% from 278); Max value from RGB is 231 - color contains mainly: red. Hex color #E71E11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E71E11 is #18E1EE. Grayscale: #585858. Windows color (decimal): -1630703 or 1122023. OLE color: 1122023.
HSL color Cylindrical-coordinate representation of color #E71E11: hue angle of 3.64º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E71E11 is Cyan = 0, Magento = 0.87, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 30 | 17 | - |
| CMYK | 0 | 0.87 | 0.93 | 0.09 |
| HSL | 3.64º | 0.86% | 0.49% | - |
| HSV(B) | 3.64º | 0.93% | 0.91% | - |
| XYZ | 33.52 | 17.96 | 2.23 | - |
| YUV | 88.62 | 87.59 | 229.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 30 | 17 | 0 | 0.87 | 0.93 | 0.09 | 3.64 | 0.86 | 0.49 |
| Hex | E7 | 1E | 11 | 0 | 57 | 5D | 9 | 4 | 56 | 31 |
| Octal | 347 | 36 | 21 | 0 | 127 | 135 | 11 | 4 | 126 | 61 |
| Binary | 11100111 | 11110 | 10001 | 0 | 1010111 | 1011101 | 1001 | 100 | 1010110 | 110001 |
Color Harmonies of #E71E11
Complementary color
Monochromatic Colors of #E71E11
Black with #E71E11
Text Example
Text Example
White with #E71E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71E11; }
p { color: rgb(231,30,17); }
H1.HeaderClassName
{
color: #E71E11;
}
.AnyTagClassName
{
color: #E71E11;
}
</style>
background-color css
<style>
a { background-color: #E71E11; }
a { background-color: rgb(231,30,17); }
div.DivClassName
{
background-color: #E71E11;
}
.BgClassName
{
background-color: #E71E11;
}
</style>
border-color css
<style>
span { border-color: #E71E11; }
span { border-color: rgb(231,30,17); }
td.TdClassName
{
border-color: #E71E11;
}
.TagClassName
{
border-color: #E71E11;
}
</style>