Shades of Scarlet #E11800
Tints of Scarlet #E11800
RGB
CMYK
RGB Variations
Color information
#E11800 (or 0xE11800) is known color: Scarlet. HEX triplet: E1, 18 and 00. RGB value is (225,24,0). Sum of RGB (Red+Green+Blue) = 225+24+0=249 (32% of max value = 765). Red value is 225 (88.28% from 255 or 90.36% from 249); Green value is 24 (9.77% from 255 or 9.64% from 249); Blue value is 0 (0.39% from 255 or 0% from 249); Max value from RGB is 225 - color contains mainly: red. Hex color #E11800 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E11800 is #1EE7FF. Grayscale: #515151. Windows color (decimal): -2025472 or 6369. OLE color: 6369.
HSL color Cylindrical-coordinate representation of color #E11800: hue angle of 6.4º 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 #E11800 is Cyan = 0, Magento = 0.89, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 24 | 0 | - |
| CMYK | 0 | 0.89 | 1 | 0.12 |
| HSL | 6.4º | 1% | 0.44% | - |
| HSV(B) | 6.4º | 1% | 0.88% | - |
| XYZ | 31.38 | 16.66 | 1.56 | - |
| YUV | 81.36 | 82.09 | 230.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 24 | 0 | 0 | 0.89 | 1 | 0.12 | 6.4 | 1 | 0.44 |
| Hex | E1 | 18 | 0 | 0 | 59 | 64 | C | 6 | 64 | 2C |
| Octal | 341 | 30 | 0 | 0 | 131 | 144 | 14 | 6 | 144 | 54 |
| Binary | 11100001 | 11000 | 0 | 0 | 1011001 | 1100100 | 1100 | 110 | 1100100 | 101100 |
Color Harmonies of #E11800
Complementary color
Monochromatic Colors of #E11800
Black with #E11800
Text Example
Text Example
White with #E11800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11800; }
p { color: rgb(225,24,0); }
H1.HeaderClassName
{
color: #E11800;
}
.AnyTagClassName
{
color: #E11800;
}
</style>
background-color css
<style>
a { background-color: #E11800; }
a { background-color: rgb(225,24,0); }
div.DivClassName
{
background-color: #E11800;
}
.BgClassName
{
background-color: #E11800;
}
</style>
border-color css
<style>
span { border-color: #E11800; }
span { border-color: rgb(225,24,0); }
td.TdClassName
{
border-color: #E11800;
}
.TagClassName
{
border-color: #E11800;
}
</style>