Shades of Scarlet #E71A18
Tints of Scarlet #E71A18
RGB
CMYK
RGB Variations
Color information
#E71A18 (or 0xE71A18) is known color: Scarlet. HEX triplet: E7, 1A and 18. RGB value is (231,26,24). Sum of RGB (Red+Green+Blue) = 231+26+24=281 (37% of max value = 765). Red value is 231 (90.62% from 255 or 82.21% from 281); Green value is 26 (10.55% from 255 or 9.25% from 281); Blue value is 24 (9.77% from 255 or 8.54% from 281); Max value from RGB is 231 - color contains mainly: red. Hex color #E71A18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E71A18 is #18E5E7. Grayscale: #575757. Windows color (decimal): -1631720 or 1579751. OLE color: 1579751.
HSL color Cylindrical-coordinate representation of color #E71A18: hue angle of 0.58º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E71A18 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 26 | 24 | - |
| CMYK | 0 | 0.89 | 0.90 | 0.09 |
| HSL | 0.58º | 0.81% | 0.5% | - |
| HSV(B) | 0.58º | 0.9% | 0.91% | - |
| XYZ | 33.49 | 17.79 | 2.53 | - |
| YUV | 87.07 | 92.42 | 230.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 26 | 24 | 0 | 0.89 | 0.90 | 0.09 | 0.58 | 0.81 | 0.5 |
| Hex | E7 | 1A | 18 | 0 | 59 | 5A | 9 | 1 | 51 | 32 |
| Octal | 347 | 32 | 30 | 0 | 131 | 132 | 11 | 1 | 121 | 62 |
| Binary | 11100111 | 11010 | 11000 | 0 | 1011001 | 1011010 | 1001 | 1 | 1010001 | 110010 |
Color Harmonies of #E71A18
Complementary color
Monochromatic Colors of #E71A18
Black with #E71A18
Text Example
Text Example
White with #E71A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71A18; }
p { color: rgb(231,26,24); }
H1.HeaderClassName
{
color: #E71A18;
}
.AnyTagClassName
{
color: #E71A18;
}
</style>
background-color css
<style>
a { background-color: #E71A18; }
a { background-color: rgb(231,26,24); }
div.DivClassName
{
background-color: #E71A18;
}
.BgClassName
{
background-color: #E71A18;
}
</style>
border-color css
<style>
span { border-color: #E71A18; }
span { border-color: rgb(231,26,24); }
td.TdClassName
{
border-color: #E71A18;
}
.TagClassName
{
border-color: #E71A18;
}
</style>