Shades of Scarlet #E52116
Tints of Scarlet #E52116
RGB
CMYK
RGB Variations
Color information
#E52116 (or 0xE52116) is known color: Scarlet. HEX triplet: E5, 21 and 16. RGB value is (229,33,22). Sum of RGB (Red+Green+Blue) = 229+33+22=284 (37% of max value = 765). Red value is 229 (89.84% from 255 or 80.63% from 284); Green value is 33 (13.28% from 255 or 11.62% from 284); Blue value is 22 (8.98% from 255 or 7.75% from 284); Max value from RGB is 229 - color contains mainly: red. Hex color #E52116 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E52116 is #1ADEE9. Grayscale: #5A5A5A. Windows color (decimal): -1761002 or 1450469. OLE color: 1450469.
HSL color Cylindrical-coordinate representation of color #E52116: hue angle of 3.19º degrees, saturation: 0.82, 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 #E52116 is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 33 | 22 | - |
| CMYK | 0 | 0.86 | 0.90 | 0.10 |
| HSL | 3.19º | 0.82% | 0.49% | - |
| HSV(B) | 3.19º | 0.9% | 0.9% | - |
| XYZ | 33 | 17.8 | 2.46 | - |
| YUV | 90.35 | 89.43 | 226.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 33 | 22 | 0 | 0.86 | 0.90 | 0.10 | 3.19 | 0.82 | 0.49 |
| Hex | E5 | 21 | 16 | 0 | 56 | 5A | A | 3 | 52 | 31 |
| Octal | 345 | 41 | 26 | 0 | 126 | 132 | 12 | 3 | 122 | 61 |
| Binary | 11100101 | 100001 | 10110 | 0 | 1010110 | 1011010 | 1010 | 11 | 1010010 | 110001 |
Color Harmonies of #E52116
Complementary color
Monochromatic Colors of #E52116
Black with #E52116
Text Example
Text Example
White with #E52116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52116; }
p { color: rgb(229,33,22); }
H1.HeaderClassName
{
color: #E52116;
}
.AnyTagClassName
{
color: #E52116;
}
</style>
background-color css
<style>
a { background-color: #E52116; }
a { background-color: rgb(229,33,22); }
div.DivClassName
{
background-color: #E52116;
}
.BgClassName
{
background-color: #E52116;
}
</style>
border-color css
<style>
span { border-color: #E52116; }
span { border-color: rgb(229,33,22); }
td.TdClassName
{
border-color: #E52116;
}
.TagClassName
{
border-color: #E52116;
}
</style>