Shades of Scarlet #E51C11
Tints of Scarlet #E51C11
RGB
CMYK
RGB Variations
Color information
#E51C11 (or 0xE51C11) is known color: Scarlet. HEX triplet: E5, 1C and 11. RGB value is (229,28,17). Sum of RGB (Red+Green+Blue) = 229+28+17=274 (36% of max value = 765). Red value is 229 (89.84% from 255 or 83.58% from 274); Green value is 28 (11.33% from 255 or 10.22% from 274); Blue value is 17 (7.03% from 255 or 6.20% from 274); Max value from RGB is 229 - color contains mainly: red. Hex color #E51C11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E51C11 is #1AE3EE. Grayscale: #575757. Windows color (decimal): -1762287 or 1121509. OLE color: 1121509.
HSL color Cylindrical-coordinate representation of color #E51C11: hue angle of 3.11º 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 #E51C11 is Cyan = 0, Magento = 0.88, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 28 | 17 | - |
| CMYK | 0 | 0.88 | 0.93 | 0.10 |
| HSL | 3.11º | 0.86% | 0.48% | - |
| HSV(B) | 3.11º | 0.93% | 0.9% | - |
| XYZ | 32.83 | 17.53 | 2.18 | - |
| YUV | 86.85 | 88.59 | 229.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 28 | 17 | 0 | 0.88 | 0.93 | 0.10 | 3.11 | 0.86 | 0.48 |
| Hex | E5 | 1C | 11 | 0 | 58 | 5D | A | 3 | 56 | 30 |
| Octal | 345 | 34 | 21 | 0 | 130 | 135 | 12 | 3 | 126 | 60 |
| Binary | 11100101 | 11100 | 10001 | 0 | 1011000 | 1011101 | 1010 | 11 | 1010110 | 110000 |
Color Harmonies of #E51C11
Complementary color
Monochromatic Colors of #E51C11
Black with #E51C11
Text Example
Text Example
White with #E51C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51C11; }
p { color: rgb(229,28,17); }
H1.HeaderClassName
{
color: #E51C11;
}
.AnyTagClassName
{
color: #E51C11;
}
</style>
background-color css
<style>
a { background-color: #E51C11; }
a { background-color: rgb(229,28,17); }
div.DivClassName
{
background-color: #E51C11;
}
.BgClassName
{
background-color: #E51C11;
}
</style>
border-color css
<style>
span { border-color: #E51C11; }
span { border-color: rgb(229,28,17); }
td.TdClassName
{
border-color: #E51C11;
}
.TagClassName
{
border-color: #E51C11;
}
</style>