Shades of Scarlet #E62011
Tints of Scarlet #E62011
RGB
CMYK
RGB Variations
Color information
#E62011 (or 0xE62011) is known color: Scarlet. HEX triplet: E6, 20 and 11. RGB value is (230,32,17). Sum of RGB (Red+Green+Blue) = 230+32+17=279 (36% of max value = 765). Red value is 230 (90.23% from 255 or 82.44% from 279); Green value is 32 (12.89% from 255 or 11.47% from 279); Blue value is 17 (7.03% from 255 or 6.09% from 279); Max value from RGB is 230 - color contains mainly: red. Hex color #E62011 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E62011 is #19DFEE. Grayscale: #595959. Windows color (decimal): -1695727 or 1122534. OLE color: 1122534.
HSL color Cylindrical-coordinate representation of color #E62011: hue angle of 4.23º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E62011 is Cyan = 0, Magento = 0.86, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 32 | 17 | - |
| CMYK | 0 | 0.86 | 0.93 | 0.10 |
| HSL | 4.23º | 0.86% | 0.48% | - |
| HSV(B) | 4.23º | 0.93% | 0.9% | - |
| XYZ | 33.25 | 17.9 | 2.23 | - |
| YUV | 89.49 | 87.1 | 228.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 32 | 17 | 0 | 0.86 | 0.93 | 0.10 | 4.23 | 0.86 | 0.48 |
| Hex | E6 | 20 | 11 | 0 | 56 | 5D | A | 4 | 56 | 30 |
| Octal | 346 | 40 | 21 | 0 | 126 | 135 | 12 | 4 | 126 | 60 |
| Binary | 11100110 | 100000 | 10001 | 0 | 1010110 | 1011101 | 1010 | 100 | 1010110 | 110000 |
Color Harmonies of #E62011
Complementary color
Monochromatic Colors of #E62011
Black with #E62011
Text Example
Text Example
White with #E62011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62011; }
p { color: rgb(230,32,17); }
H1.HeaderClassName
{
color: #E62011;
}
.AnyTagClassName
{
color: #E62011;
}
</style>
background-color css
<style>
a { background-color: #E62011; }
a { background-color: rgb(230,32,17); }
div.DivClassName
{
background-color: #E62011;
}
.BgClassName
{
background-color: #E62011;
}
</style>
border-color css
<style>
span { border-color: #E62011; }
span { border-color: rgb(230,32,17); }
td.TdClassName
{
border-color: #E62011;
}
.TagClassName
{
border-color: #E62011;
}
</style>