Shades of Scarlet #E51412
Tints of Scarlet #E51412
RGB
CMYK
RGB Variations
Color information
#E51412 (or 0xE51412) is known color: Scarlet. HEX triplet: E5, 14 and 12. RGB value is (229,20,18). Sum of RGB (Red+Green+Blue) = 229+20+18=267 (35% of max value = 765). Red value is 229 (89.84% from 255 or 85.77% from 267); Green value is 20 (8.20% from 255 or 7.49% from 267); Blue value is 18 (7.42% from 255 or 6.74% from 267); Max value from RGB is 229 - color contains mainly: red. Hex color #E51412 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E51412 is #1AEBED. Grayscale: #525252. Windows color (decimal): -1764334 or 1184997. OLE color: 1184997.
HSL color Cylindrical-coordinate representation of color #E51412: hue angle of 0.57º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E51412 is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 20 | 18 | - |
| CMYK | 0 | 0.91 | 0.92 | 0.10 |
| HSL | 0.57º | 0.85% | 0.48% | - |
| HSV(B) | 0.57º | 0.92% | 0.9% | - |
| XYZ | 32.67 | 17.2 | 2.17 | - |
| YUV | 82.26 | 91.74 | 232.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 20 | 18 | 0 | 0.91 | 0.92 | 0.10 | 0.57 | 0.85 | 0.48 |
| Hex | E5 | 14 | 12 | 0 | 5B | 5C | A | 1 | 55 | 30 |
| Octal | 345 | 24 | 22 | 0 | 133 | 134 | 12 | 1 | 125 | 60 |
| Binary | 11100101 | 10100 | 10010 | 0 | 1011011 | 1011100 | 1010 | 1 | 1010101 | 110000 |
Color Harmonies of #E51412
Complementary color
Monochromatic Colors of #E51412
Black with #E51412
Text Example
Text Example
White with #E51412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51412; }
p { color: rgb(229,20,18); }
H1.HeaderClassName
{
color: #E51412;
}
.AnyTagClassName
{
color: #E51412;
}
</style>
background-color css
<style>
a { background-color: #E51412; }
a { background-color: rgb(229,20,18); }
div.DivClassName
{
background-color: #E51412;
}
.BgClassName
{
background-color: #E51412;
}
</style>
border-color css
<style>
span { border-color: #E51412; }
span { border-color: rgb(229,20,18); }
td.TdClassName
{
border-color: #E51412;
}
.TagClassName
{
border-color: #E51412;
}
</style>