Shades of Scarlet #E62016
Tints of Scarlet #E62016
RGB
CMYK
RGB Variations
Color information
#E62016 (or 0xE62016) is known color: Scarlet. HEX triplet: E6, 20 and 16. RGB value is (230,32,22). Sum of RGB (Red+Green+Blue) = 230+32+22=284 (37% of max value = 765). Red value is 230 (90.23% from 255 or 80.99% from 284); Green value is 32 (12.89% from 255 or 11.27% from 284); Blue value is 22 (8.98% from 255 or 7.75% from 284); Max value from RGB is 230 - color contains mainly: red. Hex color #E62016 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E62016 is #19DFE9. Grayscale: #5A5A5A. Windows color (decimal): -1695722 or 1450214. OLE color: 1450214.
HSL color Cylindrical-coordinate representation of color #E62016: hue angle of 2.88º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E62016 is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 32 | 22 | - |
| CMYK | 0 | 0.86 | 0.90 | 0.10 |
| HSL | 2.88º | 0.83% | 0.49% | - |
| HSV(B) | 2.88º | 0.9% | 0.9% | - |
| XYZ | 33.29 | 17.91 | 2.46 | - |
| YUV | 90.06 | 89.6 | 227.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 32 | 22 | 0 | 0.86 | 0.90 | 0.10 | 2.88 | 0.83 | 0.49 |
| Hex | E6 | 20 | 16 | 0 | 56 | 5A | A | 3 | 53 | 31 |
| Octal | 346 | 40 | 26 | 0 | 126 | 132 | 12 | 3 | 123 | 61 |
| Binary | 11100110 | 100000 | 10110 | 0 | 1010110 | 1011010 | 1010 | 11 | 1010011 | 110001 |
Color Harmonies of #E62016
Complementary color
Monochromatic Colors of #E62016
Black with #E62016
Text Example
Text Example
White with #E62016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62016; }
p { color: rgb(230,32,22); }
H1.HeaderClassName
{
color: #E62016;
}
.AnyTagClassName
{
color: #E62016;
}
</style>
background-color css
<style>
a { background-color: #E62016; }
a { background-color: rgb(230,32,22); }
div.DivClassName
{
background-color: #E62016;
}
.BgClassName
{
background-color: #E62016;
}
</style>
border-color css
<style>
span { border-color: #E62016; }
span { border-color: rgb(230,32,22); }
td.TdClassName
{
border-color: #E62016;
}
.TagClassName
{
border-color: #E62016;
}
</style>