Shades of Scarlet #E71405
Tints of Scarlet #E71405
RGB
CMYK
RGB Variations
Color information
#E71405 (or 0xE71405) is known color: Scarlet. HEX triplet: E7, 14 and 05. RGB value is (231,20,5). Sum of RGB (Red+Green+Blue) = 231+20+5=256 (33% of max value = 765). Red value is 231 (90.62% from 255 or 90.23% from 256); Green value is 20 (8.20% from 255 or 7.81% from 256); Blue value is 5 (2.34% from 255 or 1.95% from 256); Max value from RGB is 231 - color contains mainly: red. Hex color #E71405 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E71405 is #18EBFA. Grayscale: #515151. Windows color (decimal): -1633275 or 333031. OLE color: 333031.
HSL color Cylindrical-coordinate representation of color #E71405: hue angle of 3.98º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E71405 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 20 | 5 | - |
| CMYK | 0 | 0.91 | 0.98 | 0.09 |
| HSL | 3.98º | 0.96% | 0.46% | - |
| HSV(B) | 3.98º | 0.98% | 0.91% | - |
| XYZ | 33.23 | 17.5 | 1.77 | - |
| YUV | 81.38 | 84.9 | 234.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 20 | 5 | 0 | 0.91 | 0.98 | 0.09 | 3.98 | 0.96 | 0.46 |
| Hex | E7 | 14 | 5 | 0 | 5B | 62 | 9 | 4 | 60 | 2E |
| Octal | 347 | 24 | 5 | 0 | 133 | 142 | 11 | 4 | 140 | 56 |
| Binary | 11100111 | 10100 | 101 | 0 | 1011011 | 1100010 | 1001 | 100 | 1100000 | 101110 |
Color Harmonies of #E71405
Complementary color
Monochromatic Colors of #E71405
Black with #E71405
Text Example
Text Example
White with #E71405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71405; }
p { color: rgb(231,20,5); }
H1.HeaderClassName
{
color: #E71405;
}
.AnyTagClassName
{
color: #E71405;
}
</style>
background-color css
<style>
a { background-color: #E71405; }
a { background-color: rgb(231,20,5); }
div.DivClassName
{
background-color: #E71405;
}
.BgClassName
{
background-color: #E71405;
}
</style>
border-color css
<style>
span { border-color: #E71405; }
span { border-color: rgb(231,20,5); }
td.TdClassName
{
border-color: #E71405;
}
.TagClassName
{
border-color: #E71405;
}
</style>