Shades of Scarlet #E11902
Tints of Scarlet #E11902
RGB
CMYK
RGB Variations
Color information
#E11902 (or 0xE11902) is known color: Scarlet. HEX triplet: E1, 19 and 02. RGB value is (225,25,2). Sum of RGB (Red+Green+Blue) = 225+25+2=252 (33% of max value = 765). Red value is 225 (88.28% from 255 or 89.29% from 252); Green value is 25 (10.16% from 255 or 9.92% from 252); Blue value is 2 (1.17% from 255 or 0.79% from 252); Max value from RGB is 225 - color contains mainly: red. Hex color #E11902 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E11902 is #1EE6FD. Grayscale: #525252. Windows color (decimal): -2025214 or 137697. OLE color: 137697.
HSL color Cylindrical-coordinate representation of color #E11902: hue angle of 6.19º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E11902 is Cyan = 0, Magento = 0.89, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 25 | 2 | - |
| CMYK | 0 | 0.89 | 0.99 | 0.12 |
| HSL | 6.19º | 0.98% | 0.45% | - |
| HSV(B) | 6.19º | 0.99% | 0.88% | - |
| XYZ | 31.41 | 16.71 | 1.63 | - |
| YUV | 82.18 | 82.76 | 229.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 25 | 2 | 0 | 0.89 | 0.99 | 0.12 | 6.19 | 0.98 | 0.45 |
| Hex | E1 | 19 | 2 | 0 | 59 | 63 | C | 6 | 62 | 2D |
| Octal | 341 | 31 | 2 | 0 | 131 | 143 | 14 | 6 | 142 | 55 |
| Binary | 11100001 | 11001 | 10 | 0 | 1011001 | 1100011 | 1100 | 110 | 1100010 | 101101 |
Color Harmonies of #E11902
Complementary color
Monochromatic Colors of #E11902
Black with #E11902
Text Example
Text Example
White with #E11902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11902; }
p { color: rgb(225,25,2); }
H1.HeaderClassName
{
color: #E11902;
}
.AnyTagClassName
{
color: #E11902;
}
</style>
background-color css
<style>
a { background-color: #E11902; }
a { background-color: rgb(225,25,2); }
div.DivClassName
{
background-color: #E11902;
}
.BgClassName
{
background-color: #E11902;
}
</style>
border-color css
<style>
span { border-color: #E11902; }
span { border-color: rgb(225,25,2); }
td.TdClassName
{
border-color: #E11902;
}
.TagClassName
{
border-color: #E11902;
}
</style>