Shades of Scarlet #E93211
Tints of Scarlet #E93211
RGB
CMYK
RGB Variations
Color information
#E93211 (or 0xE93211) is known color: Scarlet. HEX triplet: E9, 32 and 11. RGB value is (233,50,17). Sum of RGB (Red+Green+Blue) = 233+50+17=300 (39% of max value = 765). Red value is 233 (91.41% from 255 or 77.67% from 300); Green value is 50 (19.92% from 255 or 16.67% from 300); Blue value is 17 (7.03% from 255 or 5.67% from 300); Max value from RGB is 233 - color contains mainly: red. Hex color #E93211 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E93211 is #16CDEE. Grayscale: #656565. Windows color (decimal): -1494511 or 1127145. OLE color: 1127145.
HSL color Cylindrical-coordinate representation of color #E93211: hue angle of 9.17º 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 #E93211 is Cyan = 0, Magento = 0.79, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 50 | 17 | - |
| CMYK | 0 | 0.79 | 0.93 | 0.09 |
| HSL | 9.17º | 0.86% | 0.49% | - |
| HSV(B) | 9.17º | 0.93% | 0.91% | - |
| XYZ | 34.85 | 19.65 | 2.49 | - |
| YUV | 100.96 | 80.63 | 222.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 50 | 17 | 0 | 0.79 | 0.93 | 0.09 | 9.17 | 0.86 | 0.49 |
| Hex | E9 | 32 | 11 | 0 | 4F | 5D | 9 | 9 | 56 | 31 |
| Octal | 351 | 62 | 21 | 0 | 117 | 135 | 11 | 11 | 126 | 61 |
| Binary | 11101001 | 110010 | 10001 | 0 | 1001111 | 1011101 | 1001 | 1001 | 1010110 | 110001 |
Color Harmonies of #E93211
Complementary color
Monochromatic Colors of #E93211
Black with #E93211
Text Example
Text Example
White with #E93211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93211; }
p { color: rgb(233,50,17); }
H1.HeaderClassName
{
color: #E93211;
}
.AnyTagClassName
{
color: #E93211;
}
</style>
background-color css
<style>
a { background-color: #E93211; }
a { background-color: rgb(233,50,17); }
div.DivClassName
{
background-color: #E93211;
}
.BgClassName
{
background-color: #E93211;
}
</style>
border-color css
<style>
span { border-color: #E93211; }
span { border-color: rgb(233,50,17); }
td.TdClassName
{
border-color: #E93211;
}
.TagClassName
{
border-color: #E93211;
}
</style>