Shades of Scarlet #E71E14
Tints of Scarlet #E71E14
RGB
CMYK
RGB Variations
Color information
#E71E14 (or 0xE71E14) is known color: Scarlet. HEX triplet: E7, 1E and 14. RGB value is (231,30,20). Sum of RGB (Red+Green+Blue) = 231+30+20=281 (37% of max value = 765). Red value is 231 (90.62% from 255 or 82.21% from 281); Green value is 30 (12.11% from 255 or 10.68% from 281); Blue value is 20 (8.20% from 255 or 7.12% from 281); Max value from RGB is 231 - color contains mainly: red. Hex color #E71E14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E71E14 is #18E1EB. Grayscale: #595959. Windows color (decimal): -1630700 or 1318631. OLE color: 1318631.
HSL color Cylindrical-coordinate representation of color #E71E14: hue angle of 2.84º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E71E14 is Cyan = 0, Magento = 0.87, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 30 | 20 | - |
| CMYK | 0 | 0.87 | 0.91 | 0.09 |
| HSL | 2.84º | 0.84% | 0.49% | - |
| HSV(B) | 2.84º | 0.91% | 0.91% | - |
| XYZ | 33.55 | 17.97 | 2.36 | - |
| YUV | 88.96 | 89.09 | 229.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 30 | 20 | 0 | 0.87 | 0.91 | 0.09 | 2.84 | 0.84 | 0.49 |
| Hex | E7 | 1E | 14 | 0 | 57 | 5B | 9 | 3 | 54 | 31 |
| Octal | 347 | 36 | 24 | 0 | 127 | 133 | 11 | 3 | 124 | 61 |
| Binary | 11100111 | 11110 | 10100 | 0 | 1010111 | 1011011 | 1001 | 11 | 1010100 | 110001 |
Color Harmonies of #E71E14
Complementary color
Monochromatic Colors of #E71E14
Black with #E71E14
Text Example
Text Example
White with #E71E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71E14; }
p { color: rgb(231,30,20); }
H1.HeaderClassName
{
color: #E71E14;
}
.AnyTagClassName
{
color: #E71E14;
}
</style>
background-color css
<style>
a { background-color: #E71E14; }
a { background-color: rgb(231,30,20); }
div.DivClassName
{
background-color: #E71E14;
}
.BgClassName
{
background-color: #E71E14;
}
</style>
border-color css
<style>
span { border-color: #E71E14; }
span { border-color: rgb(231,30,20); }
td.TdClassName
{
border-color: #E71E14;
}
.TagClassName
{
border-color: #E71E14;
}
</style>