Shades of Scarlet #E93111
Tints of Scarlet #E93111
RGB
CMYK
RGB Variations
Color information
#E93111 (or 0xE93111) is known color: Scarlet. HEX triplet: E9, 31 and 11. RGB value is (233,49,17). Sum of RGB (Red+Green+Blue) = 233+49+17=299 (39% of max value = 765). Red value is 233 (91.41% from 255 or 77.93% from 299); Green value is 49 (19.53% from 255 or 16.39% from 299); Blue value is 17 (7.03% from 255 or 5.69% from 299); Max value from RGB is 233 - color contains mainly: red. Hex color #E93111 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E93111 is #16CEEE. Grayscale: #646464. Windows color (decimal): -1494767 or 1126889. OLE color: 1126889.
HSL color Cylindrical-coordinate representation of color #E93111: hue angle of 8.89º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E93111 is Cyan = 0, Magento = 0.79, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 49 | 17 | - |
| CMYK | 0 | 0.79 | 0.93 | 0.09 |
| HSL | 8.89º | 0.86% | 0.49% | - |
| HSV(B) | 8.89º | 0.93% | 0.91% | - |
| XYZ | 34.8 | 19.56 | 2.47 | - |
| YUV | 100.37 | 80.96 | 222.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 49 | 17 | 0 | 0.79 | 0.93 | 0.09 | 8.89 | 0.86 | 0.49 |
| Hex | E9 | 31 | 11 | 0 | 4F | 5D | 9 | 9 | 56 | 31 |
| Octal | 351 | 61 | 21 | 0 | 117 | 135 | 11 | 11 | 126 | 61 |
| Binary | 11101001 | 110001 | 10001 | 0 | 1001111 | 1011101 | 1001 | 1001 | 1010110 | 110001 |
Color Harmonies of #E93111
Complementary color
Monochromatic Colors of #E93111
Black with #E93111
Text Example
Text Example
White with #E93111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93111; }
p { color: rgb(233,49,17); }
H1.HeaderClassName
{
color: #E93111;
}
.AnyTagClassName
{
color: #E93111;
}
</style>
background-color css
<style>
a { background-color: #E93111; }
a { background-color: rgb(233,49,17); }
div.DivClassName
{
background-color: #E93111;
}
.BgClassName
{
background-color: #E93111;
}
</style>
border-color css
<style>
span { border-color: #E93111; }
span { border-color: rgb(233,49,17); }
td.TdClassName
{
border-color: #E93111;
}
.TagClassName
{
border-color: #E93111;
}
</style>