Shades of Scarlet #E62019
Tints of Scarlet #E62019
RGB
CMYK
RGB Variations
Color information
#E62019 (or 0xE62019) is known color: Scarlet. HEX triplet: E6, 20 and 19. RGB value is (230,32,25). Sum of RGB (Red+Green+Blue) = 230+32+25=287 (38% of max value = 765). Red value is 230 (90.23% from 255 or 80.14% from 287); Green value is 32 (12.89% from 255 or 11.15% from 287); Blue value is 25 (10.16% from 255 or 8.71% from 287); Max value from RGB is 230 - color contains mainly: red. Hex color #E62019 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E62019 is #19DFE6. Grayscale: #5A5A5A. Windows color (decimal): -1695719 or 1646822. OLE color: 1646822.
HSL color Cylindrical-coordinate representation of color #E62019: hue angle of 2.05º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E62019 is Cyan = 0, Magento = 0.86, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 32 | 25 | - |
| CMYK | 0 | 0.86 | 0.89 | 0.10 |
| HSL | 2.05º | 0.8% | 0.5% | - |
| HSV(B) | 2.05º | 0.89% | 0.9% | - |
| XYZ | 33.33 | 17.93 | 2.62 | - |
| YUV | 90.4 | 91.1 | 227.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 32 | 25 | 0 | 0.86 | 0.89 | 0.10 | 2.05 | 0.8 | 0.5 |
| Hex | E6 | 20 | 19 | 0 | 56 | 59 | A | 2 | 50 | 32 |
| Octal | 346 | 40 | 31 | 0 | 126 | 131 | 12 | 2 | 120 | 62 |
| Binary | 11100110 | 100000 | 11001 | 0 | 1010110 | 1011001 | 1010 | 10 | 1010000 | 110010 |
Color Harmonies of #E62019
Complementary color
Monochromatic Colors of #E62019
Black with #E62019
Text Example
Text Example
White with #E62019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62019; }
p { color: rgb(230,32,25); }
H1.HeaderClassName
{
color: #E62019;
}
.AnyTagClassName
{
color: #E62019;
}
</style>
background-color css
<style>
a { background-color: #E62019; }
a { background-color: rgb(230,32,25); }
div.DivClassName
{
background-color: #E62019;
}
.BgClassName
{
background-color: #E62019;
}
</style>
border-color css
<style>
span { border-color: #E62019; }
span { border-color: rgb(230,32,25); }
td.TdClassName
{
border-color: #E62019;
}
.TagClassName
{
border-color: #E62019;
}
</style>