Shades of Scarlet #E52013
Tints of Scarlet #E52013
RGB
CMYK
RGB Variations
Color information
#E52013 (or 0xE52013) is known color: Scarlet. HEX triplet: E5, 20 and 13. RGB value is (229,32,19). Sum of RGB (Red+Green+Blue) = 229+32+19=280 (37% of max value = 765). Red value is 229 (89.84% from 255 or 81.79% from 280); Green value is 32 (12.89% from 255 or 11.43% from 280); Blue value is 19 (7.81% from 255 or 6.79% from 280); Max value from RGB is 229 - color contains mainly: red. Hex color #E52013 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E52013 is #1ADFEC. Grayscale: #595959. Windows color (decimal): -1761261 or 1253605. OLE color: 1253605.
HSL color Cylindrical-coordinate representation of color #E52013: hue angle of 3.71º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E52013 is Cyan = 0, Magento = 0.86, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 32 | 19 | - |
| CMYK | 0 | 0.86 | 0.92 | 0.10 |
| HSL | 3.71º | 0.85% | 0.49% | - |
| HSV(B) | 3.71º | 0.92% | 0.9% | - |
| XYZ | 32.95 | 17.74 | 2.3 | - |
| YUV | 89.42 | 88.27 | 227.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 32 | 19 | 0 | 0.86 | 0.92 | 0.10 | 3.71 | 0.85 | 0.49 |
| Hex | E5 | 20 | 13 | 0 | 56 | 5C | A | 4 | 55 | 31 |
| Octal | 345 | 40 | 23 | 0 | 126 | 134 | 12 | 4 | 125 | 61 |
| Binary | 11100101 | 100000 | 10011 | 0 | 1010110 | 1011100 | 1010 | 100 | 1010101 | 110001 |
Color Harmonies of #E52013
Complementary color
Monochromatic Colors of #E52013
Black with #E52013
Text Example
Text Example
White with #E52013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52013; }
p { color: rgb(229,32,19); }
H1.HeaderClassName
{
color: #E52013;
}
.AnyTagClassName
{
color: #E52013;
}
</style>
background-color css
<style>
a { background-color: #E52013; }
a { background-color: rgb(229,32,19); }
div.DivClassName
{
background-color: #E52013;
}
.BgClassName
{
background-color: #E52013;
}
</style>
border-color css
<style>
span { border-color: #E52013; }
span { border-color: rgb(229,32,19); }
td.TdClassName
{
border-color: #E52013;
}
.TagClassName
{
border-color: #E52013;
}
</style>