Shades of Scarlet #E11409
Tints of Scarlet #E11409
RGB
CMYK
RGB Variations
Color information
#E11409 (or 0xE11409) is known color: Scarlet. HEX triplet: E1, 14 and 09. RGB value is (225,20,9). Sum of RGB (Red+Green+Blue) = 225+20+9=254 (33% of max value = 765). Red value is 225 (88.28% from 255 or 88.58% from 254); Green value is 20 (8.20% from 255 or 7.87% from 254); Blue value is 9 (3.91% from 255 or 3.54% from 254); Max value from RGB is 225 - color contains mainly: red. Hex color #E11409 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E11409 is #1EEBF6. Grayscale: #505050. Windows color (decimal): -2026487 or 595169. OLE color: 595169.
HSL color Cylindrical-coordinate representation of color #E11409: hue angle of 3.06º 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 #E11409 is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 20 | 9 | - |
| CMYK | 0 | 0.91 | 0.96 | 0.12 |
| HSL | 3.06º | 0.92% | 0.46% | - |
| HSV(B) | 3.06º | 0.96% | 0.88% | - |
| XYZ | 31.35 | 16.53 | 1.8 | - |
| YUV | 80.04 | 87.92 | 231.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 20 | 9 | 0 | 0.91 | 0.96 | 0.12 | 3.06 | 0.92 | 0.46 |
| Hex | E1 | 14 | 9 | 0 | 5B | 60 | C | 3 | 5C | 2E |
| Octal | 341 | 24 | 11 | 0 | 133 | 140 | 14 | 3 | 134 | 56 |
| Binary | 11100001 | 10100 | 1001 | 0 | 1011011 | 1100000 | 1100 | 11 | 1011100 | 101110 |
Color Harmonies of #E11409
Complementary color
Monochromatic Colors of #E11409
Black with #E11409
Text Example
Text Example
White with #E11409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11409; }
p { color: rgb(225,20,9); }
H1.HeaderClassName
{
color: #E11409;
}
.AnyTagClassName
{
color: #E11409;
}
</style>
background-color css
<style>
a { background-color: #E11409; }
a { background-color: rgb(225,20,9); }
div.DivClassName
{
background-color: #E11409;
}
.BgClassName
{
background-color: #E11409;
}
</style>
border-color css
<style>
span { border-color: #E11409; }
span { border-color: rgb(225,20,9); }
td.TdClassName
{
border-color: #E11409;
}
.TagClassName
{
border-color: #E11409;
}
</style>