Shades of Scarlet #E42011
Tints of Scarlet #E42011
RGB
CMYK
RGB Variations
Color information
#E42011 (or 0xE42011) is known color: Scarlet. HEX triplet: E4, 20 and 11. RGB value is (228,32,17). Sum of RGB (Red+Green+Blue) = 228+32+17=277 (36% of max value = 765). Red value is 228 (89.45% from 255 or 82.31% from 277); Green value is 32 (12.89% from 255 or 11.55% from 277); Blue value is 17 (7.03% from 255 or 6.14% from 277); Max value from RGB is 228 - color contains mainly: red. Hex color #E42011 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E42011 is #1BDFEE. Grayscale: #595959. Windows color (decimal): -1826799 or 1122532. OLE color: 1122532.
HSL color Cylindrical-coordinate representation of color #E42011: hue angle of 4.27º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E42011 is Cyan = 0, Magento = 0.86, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 32 | 17 | - |
| CMYK | 0 | 0.86 | 0.93 | 0.11 |
| HSL | 4.27º | 0.86% | 0.48% | - |
| HSV(B) | 4.27º | 0.93% | 0.89% | - |
| XYZ | 32.61 | 17.57 | 2.2 | - |
| YUV | 88.89 | 87.43 | 227.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 32 | 17 | 0 | 0.86 | 0.93 | 0.11 | 4.27 | 0.86 | 0.48 |
| Hex | E4 | 20 | 11 | 0 | 56 | 5D | B | 4 | 56 | 30 |
| Octal | 344 | 40 | 21 | 0 | 126 | 135 | 13 | 4 | 126 | 60 |
| Binary | 11100100 | 100000 | 10001 | 0 | 1010110 | 1011101 | 1011 | 100 | 1010110 | 110000 |
Color Harmonies of #E42011
Complementary color
Monochromatic Colors of #E42011
Black with #E42011
Text Example
Text Example
White with #E42011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42011; }
p { color: rgb(228,32,17); }
H1.HeaderClassName
{
color: #E42011;
}
.AnyTagClassName
{
color: #E42011;
}
</style>
background-color css
<style>
a { background-color: #E42011; }
a { background-color: rgb(228,32,17); }
div.DivClassName
{
background-color: #E42011;
}
.BgClassName
{
background-color: #E42011;
}
</style>
border-color css
<style>
span { border-color: #E42011; }
span { border-color: rgb(228,32,17); }
td.TdClassName
{
border-color: #E42011;
}
.TagClassName
{
border-color: #E42011;
}
</style>