Shades of Scarlet #E11302
Tints of Scarlet #E11302
RGB
CMYK
RGB Variations
Color information
#E11302 (or 0xE11302) is known color: Scarlet. HEX triplet: E1, 13 and 02. RGB value is (225,19,2). Sum of RGB (Red+Green+Blue) = 225+19+2=246 (32% of max value = 765). Red value is 225 (88.28% from 255 or 91.46% from 246); Green value is 19 (7.81% from 255 or 7.72% from 246); Blue value is 2 (1.17% from 255 or 0.81% from 246); Max value from RGB is 225 - color contains mainly: red. Hex color #E11302 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E11302 is #1EECFD. Grayscale: #4E4E4E. Windows color (decimal): -2026750 or 136161. OLE color: 136161.
HSL color Cylindrical-coordinate representation of color #E11302: hue angle of 4.57º 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 #E11302 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 19 | 2 | - |
| CMYK | 0 | 0.92 | 0.99 | 0.12 |
| HSL | 4.57º | 0.98% | 0.45% | - |
| HSV(B) | 4.57º | 0.99% | 0.88% | - |
| XYZ | 31.3 | 16.48 | 1.59 | - |
| YUV | 78.66 | 84.75 | 232.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 19 | 2 | 0 | 0.92 | 0.99 | 0.12 | 4.57 | 0.98 | 0.45 |
| Hex | E1 | 13 | 2 | 0 | 5C | 63 | C | 5 | 62 | 2D |
| Octal | 341 | 23 | 2 | 0 | 134 | 143 | 14 | 5 | 142 | 55 |
| Binary | 11100001 | 10011 | 10 | 0 | 1011100 | 1100011 | 1100 | 101 | 1100010 | 101101 |
Color Harmonies of #E11302
Complementary color
Monochromatic Colors of #E11302
Black with #E11302
Text Example
Text Example
White with #E11302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11302; }
p { color: rgb(225,19,2); }
H1.HeaderClassName
{
color: #E11302;
}
.AnyTagClassName
{
color: #E11302;
}
</style>
background-color css
<style>
a { background-color: #E11302; }
a { background-color: rgb(225,19,2); }
div.DivClassName
{
background-color: #E11302;
}
.BgClassName
{
background-color: #E11302;
}
</style>
border-color css
<style>
span { border-color: #E11302; }
span { border-color: rgb(225,19,2); }
td.TdClassName
{
border-color: #E11302;
}
.TagClassName
{
border-color: #E11302;
}
</style>