Shades of Scarlet #E11200
Tints of Scarlet #E11200
RGB
CMYK
RGB Variations
Color information
#E11200 (or 0xE11200) is known color: Scarlet. HEX triplet: E1, 12 and 00. RGB value is (225,18,0). Sum of RGB (Red+Green+Blue) = 225+18+0=243 (32% of max value = 765). Red value is 225 (88.28% from 255 or 92.59% from 243); Green value is 18 (7.42% from 255 or 7.41% from 243); Blue value is 0 (0.39% from 255 or 0% from 243); Max value from RGB is 225 - color contains mainly: red. Hex color #E11200 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E11200 is #1EEDFF. Grayscale: #4E4E4E. Windows color (decimal): -2027008 or 4833. OLE color: 4833.
HSL color Cylindrical-coordinate representation of color #E11200: hue angle of 4.8º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E11200 is Cyan = 0, Magento = 0.92, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 18 | 0 | - |
| CMYK | 0 | 0.92 | 1 | 0.12 |
| HSL | 4.8º | 1% | 0.44% | - |
| HSV(B) | 4.8º | 1% | 0.88% | - |
| XYZ | 31.27 | 16.44 | 1.53 | - |
| YUV | 77.84 | 84.08 | 232.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 18 | 0 | 0 | 0.92 | 1 | 0.12 | 4.8 | 1 | 0.44 |
| Hex | E1 | 12 | 0 | 0 | 5C | 64 | C | 5 | 64 | 2C |
| Octal | 341 | 22 | 0 | 0 | 134 | 144 | 14 | 5 | 144 | 54 |
| Binary | 11100001 | 10010 | 0 | 0 | 1011100 | 1100100 | 1100 | 101 | 1100100 | 101100 |
Color Harmonies of #E11200
Complementary color
Monochromatic Colors of #E11200
Black with #E11200
Text Example
Text Example
White with #E11200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11200; }
p { color: rgb(225,18,0); }
H1.HeaderClassName
{
color: #E11200;
}
.AnyTagClassName
{
color: #E11200;
}
</style>
background-color css
<style>
a { background-color: #E11200; }
a { background-color: rgb(225,18,0); }
div.DivClassName
{
background-color: #E11200;
}
.BgClassName
{
background-color: #E11200;
}
</style>
border-color css
<style>
span { border-color: #E11200; }
span { border-color: rgb(225,18,0); }
td.TdClassName
{
border-color: #E11200;
}
.TagClassName
{
border-color: #E11200;
}
</style>