Shades of Scarlet #E52015
Tints of Scarlet #E52015
RGB
CMYK
RGB Variations
Color information
#E52015 (or 0xE52015) is known color: Scarlet. HEX triplet: E5, 20 and 15. RGB value is (229,32,21). Sum of RGB (Red+Green+Blue) = 229+32+21=282 (37% of max value = 765). Red value is 229 (89.84% from 255 or 81.21% from 282); Green value is 32 (12.89% from 255 or 11.35% from 282); Blue value is 21 (8.59% from 255 or 7.45% from 282); Max value from RGB is 229 - color contains mainly: red. Hex color #E52015 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E52015 is #1ADFEA. Grayscale: #595959. Windows color (decimal): -1761259 or 1384677. OLE color: 1384677.
HSL color Cylindrical-coordinate representation of color #E52015: hue angle of 3.17º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E52015 is Cyan = 0, Magento = 0.86, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 32 | 21 | - |
| CMYK | 0 | 0.86 | 0.91 | 0.10 |
| HSL | 3.17º | 0.83% | 0.49% | - |
| HSV(B) | 3.17º | 0.91% | 0.9% | - |
| XYZ | 32.96 | 17.75 | 2.4 | - |
| YUV | 89.65 | 89.27 | 227.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 32 | 21 | 0 | 0.86 | 0.91 | 0.10 | 3.17 | 0.83 | 0.49 |
| Hex | E5 | 20 | 15 | 0 | 56 | 5B | A | 3 | 53 | 31 |
| Octal | 345 | 40 | 25 | 0 | 126 | 133 | 12 | 3 | 123 | 61 |
| Binary | 11100101 | 100000 | 10101 | 0 | 1010110 | 1011011 | 1010 | 11 | 1010011 | 110001 |
Color Harmonies of #E52015
Complementary color
Monochromatic Colors of #E52015
Black with #E52015
Text Example
Text Example
White with #E52015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52015; }
p { color: rgb(229,32,21); }
H1.HeaderClassName
{
color: #E52015;
}
.AnyTagClassName
{
color: #E52015;
}
</style>
background-color css
<style>
a { background-color: #E52015; }
a { background-color: rgb(229,32,21); }
div.DivClassName
{
background-color: #E52015;
}
.BgClassName
{
background-color: #E52015;
}
</style>
border-color css
<style>
span { border-color: #E52015; }
span { border-color: rgb(229,32,21); }
td.TdClassName
{
border-color: #E52015;
}
.TagClassName
{
border-color: #E52015;
}
</style>