Shades of Scarlet #E52611
Tints of Scarlet #E52611
RGB
CMYK
RGB Variations
Color information
#E52611 (or 0xE52611) is known color: Scarlet. HEX triplet: E5, 26 and 11. RGB value is (229,38,17). Sum of RGB (Red+Green+Blue) = 229+38+17=284 (37% of max value = 765). Red value is 229 (89.84% from 255 or 80.63% from 284); Green value is 38 (15.23% from 255 or 13.38% from 284); Blue value is 17 (7.03% from 255 or 5.99% from 284); Max value from RGB is 229 - color contains mainly: red. Hex color #E52611 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E52611 is #1AD9EE. Grayscale: #5C5C5C. Windows color (decimal): -1759727 or 1124069. OLE color: 1124069.
HSL color Cylindrical-coordinate representation of color #E52611: hue angle of 5.94º degrees, saturation: 0.86, 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 #E52611 is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 38 | 17 | - |
| CMYK | 0 | 0.83 | 0.93 | 0.10 |
| HSL | 5.94º | 0.86% | 0.48% | - |
| HSV(B) | 5.94º | 0.93% | 0.9% | - |
| XYZ | 33.11 | 18.08 | 2.28 | - |
| YUV | 92.72 | 85.28 | 225.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 38 | 17 | 0 | 0.83 | 0.93 | 0.10 | 5.94 | 0.86 | 0.48 |
| Hex | E5 | 26 | 11 | 0 | 53 | 5D | A | 6 | 56 | 30 |
| Octal | 345 | 46 | 21 | 0 | 123 | 135 | 12 | 6 | 126 | 60 |
| Binary | 11100101 | 100110 | 10001 | 0 | 1010011 | 1011101 | 1010 | 110 | 1010110 | 110000 |
Color Harmonies of #E52611
Complementary color
Monochromatic Colors of #E52611
Black with #E52611
Text Example
Text Example
White with #E52611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52611; }
p { color: rgb(229,38,17); }
H1.HeaderClassName
{
color: #E52611;
}
.AnyTagClassName
{
color: #E52611;
}
</style>
background-color css
<style>
a { background-color: #E52611; }
a { background-color: rgb(229,38,17); }
div.DivClassName
{
background-color: #E52611;
}
.BgClassName
{
background-color: #E52611;
}
</style>
border-color css
<style>
span { border-color: #E52611; }
span { border-color: rgb(229,38,17); }
td.TdClassName
{
border-color: #E52611;
}
.TagClassName
{
border-color: #E52611;
}
</style>