Shades of Scarlet #E71F00
Tints of Scarlet #E71F00
RGB
CMYK
RGB Variations
Color information
#E71F00 (or 0xE71F00) is known color: Scarlet. HEX triplet: E7, 1F and 00. RGB value is (231,31,0). Sum of RGB (Red+Green+Blue) = 231+31+0=262 (34% of max value = 765). Red value is 231 (90.62% from 255 or 88.17% from 262); Green value is 31 (12.5% from 255 or 11.83% from 262); Blue value is 0 (0.39% from 255 or 0% from 262); Max value from RGB is 231 - color contains mainly: red. Hex color #E71F00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E71F00 is #18E0FF. Grayscale: #575757. Windows color (decimal): -1630464 or 8167. OLE color: 8167.
HSL color Cylindrical-coordinate representation of color #E71F00: hue angle of 8.05º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E71F00 is Cyan = 0, Magento = 0.87, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 31 | 0 | - |
| CMYK | 0 | 0.87 | 1 | 0.09 |
| HSL | 8.05º | 1% | 0.45% | - |
| HSV(B) | 8.05º | 1% | 0.91% | - |
| XYZ | 33.44 | 17.97 | 1.71 | - |
| YUV | 87.27 | 78.76 | 230.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 31 | 0 | 0 | 0.87 | 1 | 0.09 | 8.05 | 1 | 0.45 |
| Hex | E7 | 1F | 0 | 0 | 57 | 64 | 9 | 8 | 64 | 2D |
| Octal | 347 | 37 | 0 | 0 | 127 | 144 | 11 | 10 | 144 | 55 |
| Binary | 11100111 | 11111 | 0 | 0 | 1010111 | 1100100 | 1001 | 1000 | 1100100 | 101101 |
Color Harmonies of #E71F00
Complementary color
Monochromatic Colors of #E71F00
Black with #E71F00
Text Example
Text Example
White with #E71F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71F00; }
p { color: rgb(231,31,0); }
H1.HeaderClassName
{
color: #E71F00;
}
.AnyTagClassName
{
color: #E71F00;
}
</style>
background-color css
<style>
a { background-color: #E71F00; }
a { background-color: rgb(231,31,0); }
div.DivClassName
{
background-color: #E71F00;
}
.BgClassName
{
background-color: #E71F00;
}
</style>
border-color css
<style>
span { border-color: #E71F00; }
span { border-color: rgb(231,31,0); }
td.TdClassName
{
border-color: #E71F00;
}
.TagClassName
{
border-color: #E71F00;
}
</style>