Shades of Scarlet #E11709
Tints of Scarlet #E11709
RGB
CMYK
RGB Variations
Color information
#E11709 (or 0xE11709) is known color: Scarlet. HEX triplet: E1, 17 and 09. RGB value is (225,23,9). Sum of RGB (Red+Green+Blue) = 225+23+9=257 (34% of max value = 765). Red value is 225 (88.28% from 255 or 87.55% from 257); Green value is 23 (9.38% from 255 or 8.95% from 257); Blue value is 9 (3.91% from 255 or 3.50% from 257); Max value from RGB is 225 - color contains mainly: red. Hex color #E11709 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E11709 is #1EE8F6. Grayscale: #525252. Windows color (decimal): -2025719 or 595937. OLE color: 595937.
HSL color Cylindrical-coordinate representation of color #E11709: hue angle of 3.89º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E11709 is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 23 | 9 | - |
| CMYK | 0 | 0.90 | 0.96 | 0.12 |
| HSL | 3.89º | 0.92% | 0.46% | - |
| HSV(B) | 3.89º | 0.96% | 0.88% | - |
| XYZ | 31.41 | 16.64 | 1.81 | - |
| YUV | 81.8 | 86.92 | 230.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 23 | 9 | 0 | 0.90 | 0.96 | 0.12 | 3.89 | 0.92 | 0.46 |
| Hex | E1 | 17 | 9 | 0 | 5A | 60 | C | 4 | 5C | 2E |
| Octal | 341 | 27 | 11 | 0 | 132 | 140 | 14 | 4 | 134 | 56 |
| Binary | 11100001 | 10111 | 1001 | 0 | 1011010 | 1100000 | 1100 | 100 | 1011100 | 101110 |
Color Harmonies of #E11709
Complementary color
Monochromatic Colors of #E11709
Black with #E11709
Text Example
Text Example
White with #E11709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11709; }
p { color: rgb(225,23,9); }
H1.HeaderClassName
{
color: #E11709;
}
.AnyTagClassName
{
color: #E11709;
}
</style>
background-color css
<style>
a { background-color: #E11709; }
a { background-color: rgb(225,23,9); }
div.DivClassName
{
background-color: #E11709;
}
.BgClassName
{
background-color: #E11709;
}
</style>
border-color css
<style>
span { border-color: #E11709; }
span { border-color: rgb(225,23,9); }
td.TdClassName
{
border-color: #E11709;
}
.TagClassName
{
border-color: #E11709;
}
</style>