Shades of Scarlet #E52411
Tints of Scarlet #E52411
RGB
CMYK
RGB Variations
Color information
#E52411 (or 0xE52411) is known color: Scarlet. HEX triplet: E5, 24 and 11. RGB value is (229,36,17). Sum of RGB (Red+Green+Blue) = 229+36+17=282 (37% of max value = 765). Red value is 229 (89.84% from 255 or 81.21% from 282); Green value is 36 (14.45% from 255 or 12.77% from 282); Blue value is 17 (7.03% from 255 or 6.03% from 282); Max value from RGB is 229 - color contains mainly: red. Hex color #E52411 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E52411 is #1ADBEE. Grayscale: #5B5B5B. Windows color (decimal): -1760239 or 1123557. OLE color: 1123557.
HSL color Cylindrical-coordinate representation of color #E52411: hue angle of 5.38º 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 #E52411 is Cyan = 0, Magento = 0.84, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 36 | 17 | - |
| CMYK | 0 | 0.84 | 0.93 | 0.10 |
| HSL | 5.38º | 0.86% | 0.48% | - |
| HSV(B) | 5.38º | 0.93% | 0.9% | - |
| XYZ | 33.05 | 17.96 | 2.26 | - |
| YUV | 91.54 | 85.94 | 226.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 36 | 17 | 0 | 0.84 | 0.93 | 0.10 | 5.38 | 0.86 | 0.48 |
| Hex | E5 | 24 | 11 | 0 | 54 | 5D | A | 5 | 56 | 30 |
| Octal | 345 | 44 | 21 | 0 | 124 | 135 | 12 | 5 | 126 | 60 |
| Binary | 11100101 | 100100 | 10001 | 0 | 1010100 | 1011101 | 1010 | 101 | 1010110 | 110000 |
Color Harmonies of #E52411
Complementary color
Monochromatic Colors of #E52411
Black with #E52411
Text Example
Text Example
White with #E52411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52411; }
p { color: rgb(229,36,17); }
H1.HeaderClassName
{
color: #E52411;
}
.AnyTagClassName
{
color: #E52411;
}
</style>
background-color css
<style>
a { background-color: #E52411; }
a { background-color: rgb(229,36,17); }
div.DivClassName
{
background-color: #E52411;
}
.BgClassName
{
background-color: #E52411;
}
</style>
border-color css
<style>
span { border-color: #E52411; }
span { border-color: rgb(229,36,17); }
td.TdClassName
{
border-color: #E52411;
}
.TagClassName
{
border-color: #E52411;
}
</style>