Shades of Scarlet #E71A08
Tints of Scarlet #E71A08
RGB
CMYK
RGB Variations
Color information
#E71A08 (or 0xE71A08) is known color: Scarlet. HEX triplet: E7, 1A and 08. RGB value is (231,26,8). Sum of RGB (Red+Green+Blue) = 231+26+8=265 (35% of max value = 765). Red value is 231 (90.62% from 255 or 87.17% from 265); Green value is 26 (10.55% from 255 or 9.81% from 265); Blue value is 8 (3.52% from 255 or 3.02% from 265); Max value from RGB is 231 - color contains mainly: red. Hex color #E71A08 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E71A08 is #18E5F7. Grayscale: #555555. Windows color (decimal): -1631736 or 531175. OLE color: 531175.
HSL color Cylindrical-coordinate representation of color #E71A08: hue angle of 4.84º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E71A08 is Cyan = 0, Magento = 0.89, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 26 | 8 | - |
| CMYK | 0 | 0.89 | 0.97 | 0.09 |
| HSL | 4.84º | 0.93% | 0.47% | - |
| HSV(B) | 4.84º | 0.97% | 0.91% | - |
| XYZ | 33.37 | 17.75 | 1.9 | - |
| YUV | 85.24 | 84.42 | 231.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 26 | 8 | 0 | 0.89 | 0.97 | 0.09 | 4.84 | 0.93 | 0.47 |
| Hex | E7 | 1A | 8 | 0 | 59 | 61 | 9 | 5 | 5D | 2F |
| Octal | 347 | 32 | 10 | 0 | 131 | 141 | 11 | 5 | 135 | 57 |
| Binary | 11100111 | 11010 | 1000 | 0 | 1011001 | 1100001 | 1001 | 101 | 1011101 | 101111 |
Color Harmonies of #E71A08
Complementary color
Monochromatic Colors of #E71A08
Black with #E71A08
Text Example
Text Example
White with #E71A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71A08; }
p { color: rgb(231,26,8); }
H1.HeaderClassName
{
color: #E71A08;
}
.AnyTagClassName
{
color: #E71A08;
}
</style>
background-color css
<style>
a { background-color: #E71A08; }
a { background-color: rgb(231,26,8); }
div.DivClassName
{
background-color: #E71A08;
}
.BgClassName
{
background-color: #E71A08;
}
</style>
border-color css
<style>
span { border-color: #E71A08; }
span { border-color: rgb(231,26,8); }
td.TdClassName
{
border-color: #E71A08;
}
.TagClassName
{
border-color: #E71A08;
}
</style>