Shades of Scarlet #E11A07
Tints of Scarlet #E11A07
RGB
CMYK
RGB Variations
Color information
#E11A07 (or 0xE11A07) is known color: Scarlet. HEX triplet: E1, 1A and 07. RGB value is (225,26,7). Sum of RGB (Red+Green+Blue) = 225+26+7=258 (34% of max value = 765). Red value is 225 (88.28% from 255 or 87.21% from 258); Green value is 26 (10.55% from 255 or 10.08% from 258); Blue value is 7 (3.12% from 255 or 2.71% from 258); Max value from RGB is 225 - color contains mainly: red. Hex color #E11A07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E11A07 is #1EE5F8. Grayscale: #535353. Windows color (decimal): -2024953 or 465633. OLE color: 465633.
HSL color Cylindrical-coordinate representation of color #E11A07: hue angle of 5.23º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E11A07 is Cyan = 0, Magento = 0.88, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 26 | 7 | - |
| CMYK | 0 | 0.88 | 0.97 | 0.12 |
| HSL | 5.23º | 0.94% | 0.45% | - |
| HSV(B) | 5.23º | 0.97% | 0.88% | - |
| XYZ | 31.46 | 16.76 | 1.78 | - |
| YUV | 83.34 | 84.93 | 229.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 26 | 7 | 0 | 0.88 | 0.97 | 0.12 | 5.23 | 0.94 | 0.45 |
| Hex | E1 | 1A | 7 | 0 | 58 | 61 | C | 5 | 5E | 2D |
| Octal | 341 | 32 | 7 | 0 | 130 | 141 | 14 | 5 | 136 | 55 |
| Binary | 11100001 | 11010 | 111 | 0 | 1011000 | 1100001 | 1100 | 101 | 1011110 | 101101 |
Color Harmonies of #E11A07
Complementary color
Monochromatic Colors of #E11A07
Black with #E11A07
Text Example
Text Example
White with #E11A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11A07; }
p { color: rgb(225,26,7); }
H1.HeaderClassName
{
color: #E11A07;
}
.AnyTagClassName
{
color: #E11A07;
}
</style>
background-color css
<style>
a { background-color: #E11A07; }
a { background-color: rgb(225,26,7); }
div.DivClassName
{
background-color: #E11A07;
}
.BgClassName
{
background-color: #E11A07;
}
</style>
border-color css
<style>
span { border-color: #E11A07; }
span { border-color: rgb(225,26,7); }
td.TdClassName
{
border-color: #E11A07;
}
.TagClassName
{
border-color: #E11A07;
}
</style>