Shades of Scarlet #E71714
Tints of Scarlet #E71714
RGB
CMYK
RGB Variations
Color information
#E71714 (or 0xE71714) is known color: Scarlet. HEX triplet: E7, 17 and 14. RGB value is (231,23,20). Sum of RGB (Red+Green+Blue) = 231+23+20=274 (36% of max value = 765). Red value is 231 (90.62% from 255 or 84.31% from 274); Green value is 23 (9.38% from 255 or 8.39% from 274); Blue value is 20 (8.20% from 255 or 7.30% from 274); Max value from RGB is 231 - color contains mainly: red. Hex color #E71714 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E71714 is #18E8EB. Grayscale: #555555. Windows color (decimal): -1632492 or 1316839. OLE color: 1316839.
HSL color Cylindrical-coordinate representation of color #E71714: hue angle of 0.85º 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 #E71714 is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 23 | 20 | - |
| CMYK | 0 | 0.90 | 0.91 | 0.09 |
| HSL | 0.85º | 0.84% | 0.49% | - |
| HSV(B) | 0.85º | 0.91% | 0.91% | - |
| XYZ | 33.39 | 17.65 | 2.31 | - |
| YUV | 84.85 | 91.41 | 232.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 23 | 20 | 0 | 0.90 | 0.91 | 0.09 | 0.85 | 0.84 | 0.49 |
| Hex | E7 | 17 | 14 | 0 | 5A | 5B | 9 | 1 | 54 | 31 |
| Octal | 347 | 27 | 24 | 0 | 132 | 133 | 11 | 1 | 124 | 61 |
| Binary | 11100111 | 10111 | 10100 | 0 | 1011010 | 1011011 | 1001 | 1 | 1010100 | 110001 |
Color Harmonies of #E71714
Complementary color
Monochromatic Colors of #E71714
Black with #E71714
Text Example
Text Example
White with #E71714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71714; }
p { color: rgb(231,23,20); }
H1.HeaderClassName
{
color: #E71714;
}
.AnyTagClassName
{
color: #E71714;
}
</style>
background-color css
<style>
a { background-color: #E71714; }
a { background-color: rgb(231,23,20); }
div.DivClassName
{
background-color: #E71714;
}
.BgClassName
{
background-color: #E71714;
}
</style>
border-color css
<style>
span { border-color: #E71714; }
span { border-color: rgb(231,23,20); }
td.TdClassName
{
border-color: #E71714;
}
.TagClassName
{
border-color: #E71714;
}
</style>