Shades of Scarlet #E11202
Tints of Scarlet #E11202
RGB
CMYK
RGB Variations
Color information
#E11202 (or 0xE11202) is known color: Scarlet. HEX triplet: E1, 12 and 02. RGB value is (225,18,2). Sum of RGB (Red+Green+Blue) = 225+18+2=245 (32% of max value = 765). Red value is 225 (88.28% from 255 or 91.84% from 245); Green value is 18 (7.42% from 255 or 7.35% from 245); Blue value is 2 (1.17% from 255 or 0.82% from 245); Max value from RGB is 225 - color contains mainly: red. Hex color #E11202 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E11202 is #1EEDFD. Grayscale: #4E4E4E. Windows color (decimal): -2027006 or 135905. OLE color: 135905.
HSL color Cylindrical-coordinate representation of color #E11202: hue angle of 4.3º 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 #E11202 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 18 | 2 | - |
| CMYK | 0 | 0.92 | 0.99 | 0.12 |
| HSL | 4.3º | 0.98% | 0.45% | - |
| HSV(B) | 4.3º | 0.99% | 0.88% | - |
| XYZ | 31.28 | 16.44 | 1.58 | - |
| YUV | 78.07 | 85.08 | 232.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 18 | 2 | 0 | 0.92 | 0.99 | 0.12 | 4.3 | 0.98 | 0.45 |
| Hex | E1 | 12 | 2 | 0 | 5C | 63 | C | 4 | 62 | 2D |
| Octal | 341 | 22 | 2 | 0 | 134 | 143 | 14 | 4 | 142 | 55 |
| Binary | 11100001 | 10010 | 10 | 0 | 1011100 | 1100011 | 1100 | 100 | 1100010 | 101101 |
Color Harmonies of #E11202
Complementary color
Monochromatic Colors of #E11202
Black with #E11202
Text Example
Text Example
White with #E11202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11202; }
p { color: rgb(225,18,2); }
H1.HeaderClassName
{
color: #E11202;
}
.AnyTagClassName
{
color: #E11202;
}
</style>
background-color css
<style>
a { background-color: #E11202; }
a { background-color: rgb(225,18,2); }
div.DivClassName
{
background-color: #E11202;
}
.BgClassName
{
background-color: #E11202;
}
</style>
border-color css
<style>
span { border-color: #E11202; }
span { border-color: rgb(225,18,2); }
td.TdClassName
{
border-color: #E11202;
}
.TagClassName
{
border-color: #E11202;
}
</style>