Shades of Scarlet #E71F12
Tints of Scarlet #E71F12
RGB
CMYK
RGB Variations
Color information
#E71F12 (or 0xE71F12) is known color: Scarlet. HEX triplet: E7, 1F and 12. RGB value is (231,31,18). Sum of RGB (Red+Green+Blue) = 231+31+18=280 (37% of max value = 765). Red value is 231 (90.62% from 255 or 82.5% from 280); Green value is 31 (12.5% from 255 or 11.07% from 280); Blue value is 18 (7.42% from 255 or 6.43% from 280); Max value from RGB is 231 - color contains mainly: red. Hex color #E71F12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E71F12 is #18E0ED. Grayscale: #595959. Windows color (decimal): -1630446 or 1187815. OLE color: 1187815.
HSL color Cylindrical-coordinate representation of color #E71F12: hue angle of 3.66º 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 #E71F12 is Cyan = 0, Magento = 0.87, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 31 | 18 | - |
| CMYK | 0 | 0.87 | 0.92 | 0.09 |
| HSL | 3.66º | 0.86% | 0.49% | - |
| HSV(B) | 3.66º | 0.92% | 0.91% | - |
| XYZ | 33.55 | 18.01 | 2.28 | - |
| YUV | 89.32 | 87.76 | 229.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 31 | 18 | 0 | 0.87 | 0.92 | 0.09 | 3.66 | 0.86 | 0.49 |
| Hex | E7 | 1F | 12 | 0 | 57 | 5C | 9 | 4 | 56 | 31 |
| Octal | 347 | 37 | 22 | 0 | 127 | 134 | 11 | 4 | 126 | 61 |
| Binary | 11100111 | 11111 | 10010 | 0 | 1010111 | 1011100 | 1001 | 100 | 1010110 | 110001 |
Color Harmonies of #E71F12
Complementary color
Monochromatic Colors of #E71F12
Black with #E71F12
Text Example
Text Example
White with #E71F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71F12; }
p { color: rgb(231,31,18); }
H1.HeaderClassName
{
color: #E71F12;
}
.AnyTagClassName
{
color: #E71F12;
}
</style>
background-color css
<style>
a { background-color: #E71F12; }
a { background-color: rgb(231,31,18); }
div.DivClassName
{
background-color: #E71F12;
}
.BgClassName
{
background-color: #E71F12;
}
</style>
border-color css
<style>
span { border-color: #E71F12; }
span { border-color: rgb(231,31,18); }
td.TdClassName
{
border-color: #E71F12;
}
.TagClassName
{
border-color: #E71F12;
}
</style>