Shades of Scarlet #E11E05
Tints of Scarlet #E11E05
RGB
CMYK
RGB Variations
Color information
#E11E05 (or 0xE11E05) is known color: Scarlet. HEX triplet: E1, 1E and 05. RGB value is (225,30,5). Sum of RGB (Red+Green+Blue) = 225+30+5=260 (34% of max value = 765). Red value is 225 (88.28% from 255 or 86.54% from 260); Green value is 30 (12.11% from 255 or 11.54% from 260); Blue value is 5 (2.34% from 255 or 1.92% from 260); Max value from RGB is 225 - color contains mainly: red. Hex color #E11E05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E11E05 is #1EE1FA. Grayscale: #555555. Windows color (decimal): -2023931 or 335585. OLE color: 335585.
HSL color Cylindrical-coordinate representation of color #E11E05: hue angle of 6.82º 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 #E11E05 is Cyan = 0, Magento = 0.87, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 30 | 5 | - |
| CMYK | 0 | 0.87 | 0.98 | 0.12 |
| HSL | 6.82º | 0.96% | 0.45% | - |
| HSV(B) | 6.82º | 0.98% | 0.88% | - |
| XYZ | 31.54 | 16.95 | 1.75 | - |
| YUV | 85.46 | 82.6 | 227.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 30 | 5 | 0 | 0.87 | 0.98 | 0.12 | 6.82 | 0.96 | 0.45 |
| Hex | E1 | 1E | 5 | 0 | 57 | 62 | C | 7 | 60 | 2D |
| Octal | 341 | 36 | 5 | 0 | 127 | 142 | 14 | 7 | 140 | 55 |
| Binary | 11100001 | 11110 | 101 | 0 | 1010111 | 1100010 | 1100 | 111 | 1100000 | 101101 |
Color Harmonies of #E11E05
Complementary color
Monochromatic Colors of #E11E05
Black with #E11E05
Text Example
Text Example
White with #E11E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11E05; }
p { color: rgb(225,30,5); }
H1.HeaderClassName
{
color: #E11E05;
}
.AnyTagClassName
{
color: #E11E05;
}
</style>
background-color css
<style>
a { background-color: #E11E05; }
a { background-color: rgb(225,30,5); }
div.DivClassName
{
background-color: #E11E05;
}
.BgClassName
{
background-color: #E11E05;
}
</style>
border-color css
<style>
span { border-color: #E11E05; }
span { border-color: rgb(225,30,5); }
td.TdClassName
{
border-color: #E11E05;
}
.TagClassName
{
border-color: #E11E05;
}
</style>