Shades of Scarlet #E11F09
Tints of Scarlet #E11F09
RGB
CMYK
RGB Variations
Color information
#E11F09 (or 0xE11F09) is known color: Scarlet. HEX triplet: E1, 1F and 09. RGB value is (225,31,9). Sum of RGB (Red+Green+Blue) = 225+31+9=265 (35% of max value = 765). Red value is 225 (88.28% from 255 or 84.91% from 265); Green value is 31 (12.5% from 255 or 11.70% from 265); Blue value is 9 (3.91% from 255 or 3.40% from 265); Max value from RGB is 225 - color contains mainly: red. Hex color #E11F09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E11F09 is #1EE0F6. Grayscale: #565656. Windows color (decimal): -2023671 or 597985. OLE color: 597985.
HSL color Cylindrical-coordinate representation of color #E11F09: hue angle of 6.11º 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 #E11F09 is Cyan = 0, Magento = 0.86, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 31 | 9 | - |
| CMYK | 0 | 0.86 | 0.96 | 0.12 |
| HSL | 6.11º | 0.92% | 0.46% | - |
| HSV(B) | 6.11º | 0.96% | 0.88% | - |
| XYZ | 31.59 | 17.01 | 1.88 | - |
| YUV | 86.5 | 84.27 | 226.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 31 | 9 | 0 | 0.86 | 0.96 | 0.12 | 6.11 | 0.92 | 0.46 |
| Hex | E1 | 1F | 9 | 0 | 56 | 60 | C | 6 | 5C | 2E |
| Octal | 341 | 37 | 11 | 0 | 126 | 140 | 14 | 6 | 134 | 56 |
| Binary | 11100001 | 11111 | 1001 | 0 | 1010110 | 1100000 | 1100 | 110 | 1011100 | 101110 |
Color Harmonies of #E11F09
Complementary color
Monochromatic Colors of #E11F09
Black with #E11F09
Text Example
Text Example
White with #E11F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11F09; }
p { color: rgb(225,31,9); }
H1.HeaderClassName
{
color: #E11F09;
}
.AnyTagClassName
{
color: #E11F09;
}
</style>
background-color css
<style>
a { background-color: #E11F09; }
a { background-color: rgb(225,31,9); }
div.DivClassName
{
background-color: #E11F09;
}
.BgClassName
{
background-color: #E11F09;
}
</style>
border-color css
<style>
span { border-color: #E11F09; }
span { border-color: rgb(225,31,9); }
td.TdClassName
{
border-color: #E11F09;
}
.TagClassName
{
border-color: #E11F09;
}
</style>