Shades of Scarlet #E11F07
Tints of Scarlet #E11F07
RGB
CMYK
RGB Variations
Color information
#E11F07 (or 0xE11F07) is known color: Scarlet. HEX triplet: E1, 1F and 07. RGB value is (225,31,7). Sum of RGB (Red+Green+Blue) = 225+31+7=263 (34% of max value = 765). Red value is 225 (88.28% from 255 or 85.55% from 263); Green value is 31 (12.5% from 255 or 11.79% from 263); Blue value is 7 (3.12% from 255 or 2.66% from 263); Max value from RGB is 225 - color contains mainly: red. Hex color #E11F07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E11F07 is #1EE0F8. Grayscale: #565656. Windows color (decimal): -2023673 or 466913. OLE color: 466913.
HSL color Cylindrical-coordinate representation of color #E11F07: hue angle of 6.61º 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 #E11F07 is Cyan = 0, Magento = 0.86, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 31 | 7 | - |
| CMYK | 0 | 0.86 | 0.97 | 0.12 |
| HSL | 6.61º | 0.94% | 0.45% | - |
| HSV(B) | 6.61º | 0.97% | 0.88% | - |
| XYZ | 31.58 | 17 | 1.82 | - |
| YUV | 86.27 | 83.27 | 226.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 31 | 7 | 0 | 0.86 | 0.97 | 0.12 | 6.61 | 0.94 | 0.45 |
| Hex | E1 | 1F | 7 | 0 | 56 | 61 | C | 7 | 5E | 2D |
| Octal | 341 | 37 | 7 | 0 | 126 | 141 | 14 | 7 | 136 | 55 |
| Binary | 11100001 | 11111 | 111 | 0 | 1010110 | 1100001 | 1100 | 111 | 1011110 | 101101 |
Color Harmonies of #E11F07
Complementary color
Monochromatic Colors of #E11F07
Black with #E11F07
Text Example
Text Example
White with #E11F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11F07; }
p { color: rgb(225,31,7); }
H1.HeaderClassName
{
color: #E11F07;
}
.AnyTagClassName
{
color: #E11F07;
}
</style>
background-color css
<style>
a { background-color: #E11F07; }
a { background-color: rgb(225,31,7); }
div.DivClassName
{
background-color: #E11F07;
}
.BgClassName
{
background-color: #E11F07;
}
</style>
border-color css
<style>
span { border-color: #E11F07; }
span { border-color: rgb(225,31,7); }
td.TdClassName
{
border-color: #E11F07;
}
.TagClassName
{
border-color: #E11F07;
}
</style>