Shades of Scarlet #E11500
Tints of Scarlet #E11500
RGB
CMYK
RGB Variations
Color information
#E11500 (or 0xE11500) is known color: Scarlet. HEX triplet: E1, 15 and 00. RGB value is (225,21,0). Sum of RGB (Red+Green+Blue) = 225+21+0=246 (32% of max value = 765). Red value is 225 (88.28% from 255 or 91.46% from 246); Green value is 21 (8.59% from 255 or 8.54% from 246); Blue value is 0 (0.39% from 255 or 0% from 246); Max value from RGB is 225 - color contains mainly: red. Hex color #E11500 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E11500 is #1EEAFF. Grayscale: #4F4F4F. Windows color (decimal): -2026240 or 5601. OLE color: 5601.
HSL color Cylindrical-coordinate representation of color #E11500: hue angle of 5.6º 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 #E11500 is Cyan = 0, Magento = 0.91, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 21 | 0 | - |
| CMYK | 0 | 0.91 | 1 | 0.12 |
| HSL | 5.6º | 1% | 0.44% | - |
| HSV(B) | 5.6º | 1% | 0.88% | - |
| XYZ | 31.32 | 16.54 | 1.54 | - |
| YUV | 79.6 | 83.09 | 231.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 21 | 0 | 0 | 0.91 | 1 | 0.12 | 5.6 | 1 | 0.44 |
| Hex | E1 | 15 | 0 | 0 | 5B | 64 | C | 6 | 64 | 2C |
| Octal | 341 | 25 | 0 | 0 | 133 | 144 | 14 | 6 | 144 | 54 |
| Binary | 11100001 | 10101 | 0 | 0 | 1011011 | 1100100 | 1100 | 110 | 1100100 | 101100 |
Color Harmonies of #E11500
Complementary color
Monochromatic Colors of #E11500
Black with #E11500
Text Example
Text Example
White with #E11500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11500; }
p { color: rgb(225,21,0); }
H1.HeaderClassName
{
color: #E11500;
}
.AnyTagClassName
{
color: #E11500;
}
</style>
background-color css
<style>
a { background-color: #E11500; }
a { background-color: rgb(225,21,0); }
div.DivClassName
{
background-color: #E11500;
}
.BgClassName
{
background-color: #E11500;
}
</style>
border-color css
<style>
span { border-color: #E11500; }
span { border-color: rgb(225,21,0); }
td.TdClassName
{
border-color: #E11500;
}
.TagClassName
{
border-color: #E11500;
}
</style>