Shades of Scarlet #E11405
Tints of Scarlet #E11405
RGB
CMYK
RGB Variations
Color information
#E11405 (or 0xE11405) is known color: Scarlet. HEX triplet: E1, 14 and 05. RGB value is (225,20,5). Sum of RGB (Red+Green+Blue) = 225+20+5=250 (33% of max value = 765). Red value is 225 (88.28% from 255 or 90% from 250); Green value is 20 (8.20% from 255 or 8% from 250); Blue value is 5 (2.34% from 255 or 2% from 250); Max value from RGB is 225 - color contains mainly: red. Hex color #E11405 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E11405 is #1EEBFA. Grayscale: #4F4F4F. Windows color (decimal): -2026491 or 333025. OLE color: 333025.
HSL color Cylindrical-coordinate representation of color #E11405: hue angle of 4.09º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E11405 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 20 | 5 | - |
| CMYK | 0 | 0.91 | 0.98 | 0.12 |
| HSL | 4.09º | 0.96% | 0.45% | - |
| HSV(B) | 4.09º | 0.98% | 0.88% | - |
| XYZ | 31.33 | 16.52 | 1.68 | - |
| YUV | 79.59 | 85.92 | 231.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 20 | 5 | 0 | 0.91 | 0.98 | 0.12 | 4.09 | 0.96 | 0.45 |
| Hex | E1 | 14 | 5 | 0 | 5B | 62 | C | 4 | 60 | 2D |
| Octal | 341 | 24 | 5 | 0 | 133 | 142 | 14 | 4 | 140 | 55 |
| Binary | 11100001 | 10100 | 101 | 0 | 1011011 | 1100010 | 1100 | 100 | 1100000 | 101101 |
Color Harmonies of #E11405
Complementary color
Monochromatic Colors of #E11405
Black with #E11405
Text Example
Text Example
White with #E11405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11405; }
p { color: rgb(225,20,5); }
H1.HeaderClassName
{
color: #E11405;
}
.AnyTagClassName
{
color: #E11405;
}
</style>
background-color css
<style>
a { background-color: #E11405; }
a { background-color: rgb(225,20,5); }
div.DivClassName
{
background-color: #E11405;
}
.BgClassName
{
background-color: #E11405;
}
</style>
border-color css
<style>
span { border-color: #E11405; }
span { border-color: rgb(225,20,5); }
td.TdClassName
{
border-color: #E11405;
}
.TagClassName
{
border-color: #E11405;
}
</style>