Shades of Scarlet #E51C13
Tints of Scarlet #E51C13
RGB
CMYK
RGB Variations
Color information
#E51C13 (or 0xE51C13) is known color: Scarlet. HEX triplet: E5, 1C and 13. RGB value is (229,28,19). Sum of RGB (Red+Green+Blue) = 229+28+19=276 (36% of max value = 765). Red value is 229 (89.84% from 255 or 82.97% from 276); Green value is 28 (11.33% from 255 or 10.14% from 276); Blue value is 19 (7.81% from 255 or 6.88% from 276); Max value from RGB is 229 - color contains mainly: red. Hex color #E51C13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E51C13 is #1AE3EC. Grayscale: #575757. Windows color (decimal): -1762285 or 1252581. OLE color: 1252581.
HSL color Cylindrical-coordinate representation of color #E51C13: hue angle of 2.57º 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 #E51C13 is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 28 | 19 | - |
| CMYK | 0 | 0.88 | 0.92 | 0.10 |
| HSL | 2.57º | 0.85% | 0.49% | - |
| HSV(B) | 2.57º | 0.92% | 0.9% | - |
| XYZ | 32.85 | 17.54 | 2.27 | - |
| YUV | 87.07 | 89.59 | 229.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 28 | 19 | 0 | 0.88 | 0.92 | 0.10 | 2.57 | 0.85 | 0.49 |
| Hex | E5 | 1C | 13 | 0 | 58 | 5C | A | 3 | 55 | 31 |
| Octal | 345 | 34 | 23 | 0 | 130 | 134 | 12 | 3 | 125 | 61 |
| Binary | 11100101 | 11100 | 10011 | 0 | 1011000 | 1011100 | 1010 | 11 | 1010101 | 110001 |
Color Harmonies of #E51C13
Complementary color
Monochromatic Colors of #E51C13
Black with #E51C13
Text Example
Text Example
White with #E51C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51C13; }
p { color: rgb(229,28,19); }
H1.HeaderClassName
{
color: #E51C13;
}
.AnyTagClassName
{
color: #E51C13;
}
</style>
background-color css
<style>
a { background-color: #E51C13; }
a { background-color: rgb(229,28,19); }
div.DivClassName
{
background-color: #E51C13;
}
.BgClassName
{
background-color: #E51C13;
}
</style>
border-color css
<style>
span { border-color: #E51C13; }
span { border-color: rgb(229,28,19); }
td.TdClassName
{
border-color: #E51C13;
}
.TagClassName
{
border-color: #E51C13;
}
</style>