Shades of Scarlet #E52810
Tints of Scarlet #E52810
RGB
CMYK
RGB Variations
Color information
#E52810 (or 0xE52810) is known color: Scarlet. HEX triplet: E5, 28 and 10. RGB value is (229,40,16). Sum of RGB (Red+Green+Blue) = 229+40+16=285 (37% of max value = 765). Red value is 229 (89.84% from 255 or 80.35% from 285); Green value is 40 (16.02% from 255 or 14.04% from 285); Blue value is 16 (6.64% from 255 or 5.61% from 285); Max value from RGB is 229 - color contains mainly: red. Hex color #E52810 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E52810 is #1AD7EF. Grayscale: #5E5E5E. Windows color (decimal): -1759216 or 1059045. OLE color: 1059045.
HSL color Cylindrical-coordinate representation of color #E52810: hue angle of 6.76º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E52810 is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 40 | 16 | - |
| CMYK | 0 | 0.83 | 0.93 | 0.10 |
| HSL | 6.76º | 0.87% | 0.48% | - |
| HSV(B) | 6.76º | 0.93% | 0.9% | - |
| XYZ | 33.17 | 18.21 | 2.26 | - |
| YUV | 93.78 | 84.12 | 224.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 40 | 16 | 0 | 0.83 | 0.93 | 0.10 | 6.76 | 0.87 | 0.48 |
| Hex | E5 | 28 | 10 | 0 | 53 | 5D | A | 7 | 57 | 30 |
| Octal | 345 | 50 | 20 | 0 | 123 | 135 | 12 | 7 | 127 | 60 |
| Binary | 11100101 | 101000 | 10000 | 0 | 1010011 | 1011101 | 1010 | 111 | 1010111 | 110000 |
Color Harmonies of #E52810
Complementary color
Monochromatic Colors of #E52810
Black with #E52810
Text Example
Text Example
White with #E52810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52810; }
p { color: rgb(229,40,16); }
H1.HeaderClassName
{
color: #E52810;
}
.AnyTagClassName
{
color: #E52810;
}
</style>
background-color css
<style>
a { background-color: #E52810; }
a { background-color: rgb(229,40,16); }
div.DivClassName
{
background-color: #E52810;
}
.BgClassName
{
background-color: #E52810;
}
</style>
border-color css
<style>
span { border-color: #E52810; }
span { border-color: rgb(229,40,16); }
td.TdClassName
{
border-color: #E52810;
}
.TagClassName
{
border-color: #E52810;
}
</style>