Shades of Scarlet #E71412
Tints of Scarlet #E71412
RGB
CMYK
RGB Variations
Color information
#E71412 (or 0xE71412) is known color: Scarlet. HEX triplet: E7, 14 and 12. RGB value is (231,20,18). Sum of RGB (Red+Green+Blue) = 231+20+18=269 (35% of max value = 765). Red value is 231 (90.62% from 255 or 85.87% from 269); Green value is 20 (8.20% from 255 or 7.43% from 269); Blue value is 18 (7.42% from 255 or 6.69% from 269); Max value from RGB is 231 - color contains mainly: red. Hex color #E71412 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E71412 is #18EBED. Grayscale: #535353. Windows color (decimal): -1633262 or 1184999. OLE color: 1184999.
HSL color Cylindrical-coordinate representation of color #E71412: hue angle of 0.56º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E71412 is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 20 | 18 | - |
| CMYK | 0 | 0.91 | 0.92 | 0.09 |
| HSL | 0.56º | 0.86% | 0.49% | - |
| HSV(B) | 0.56º | 0.92% | 0.91% | - |
| XYZ | 33.31 | 17.53 | 2.2 | - |
| YUV | 82.86 | 91.4 | 233.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 20 | 18 | 0 | 0.91 | 0.92 | 0.09 | 0.56 | 0.86 | 0.49 |
| Hex | E7 | 14 | 12 | 0 | 5B | 5C | 9 | 1 | 56 | 31 |
| Octal | 347 | 24 | 22 | 0 | 133 | 134 | 11 | 1 | 126 | 61 |
| Binary | 11100111 | 10100 | 10010 | 0 | 1011011 | 1011100 | 1001 | 1 | 1010110 | 110001 |
Color Harmonies of #E71412
Complementary color
Monochromatic Colors of #E71412
Black with #E71412
Text Example
Text Example
White with #E71412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71412; }
p { color: rgb(231,20,18); }
H1.HeaderClassName
{
color: #E71412;
}
.AnyTagClassName
{
color: #E71412;
}
</style>
background-color css
<style>
a { background-color: #E71412; }
a { background-color: rgb(231,20,18); }
div.DivClassName
{
background-color: #E71412;
}
.BgClassName
{
background-color: #E71412;
}
</style>
border-color css
<style>
span { border-color: #E71412; }
span { border-color: rgb(231,20,18); }
td.TdClassName
{
border-color: #E71412;
}
.TagClassName
{
border-color: #E71412;
}
</style>