Shades of Scarlet #E51C14
Tints of Scarlet #E51C14
RGB
CMYK
RGB Variations
Color information
#E51C14 (or 0xE51C14) is known color: Scarlet. HEX triplet: E5, 1C and 14. RGB value is (229,28,20). Sum of RGB (Red+Green+Blue) = 229+28+20=277 (36% of max value = 765). Red value is 229 (89.84% from 255 or 82.67% from 277); Green value is 28 (11.33% from 255 or 10.11% from 277); Blue value is 20 (8.20% from 255 or 7.22% from 277); Max value from RGB is 229 - color contains mainly: red. Hex color #E51C14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E51C14 is #1AE3EB. Grayscale: #575757. Windows color (decimal): -1762284 or 1318117. OLE color: 1318117.
HSL color Cylindrical-coordinate representation of color #E51C14: hue angle of 2.3º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E51C14 is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 28 | 20 | - |
| CMYK | 0 | 0.88 | 0.91 | 0.10 |
| HSL | 2.3º | 0.84% | 0.49% | - |
| HSV(B) | 2.3º | 0.91% | 0.9% | - |
| XYZ | 32.85 | 17.54 | 2.32 | - |
| YUV | 87.19 | 90.09 | 229.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 28 | 20 | 0 | 0.88 | 0.91 | 0.10 | 2.3 | 0.84 | 0.49 |
| Hex | E5 | 1C | 14 | 0 | 58 | 5B | A | 2 | 54 | 31 |
| Octal | 345 | 34 | 24 | 0 | 130 | 133 | 12 | 2 | 124 | 61 |
| Binary | 11100101 | 11100 | 10100 | 0 | 1011000 | 1011011 | 1010 | 10 | 1010100 | 110001 |
Color Harmonies of #E51C14
Complementary color
Monochromatic Colors of #E51C14
Black with #E51C14
Text Example
Text Example
White with #E51C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51C14; }
p { color: rgb(229,28,20); }
H1.HeaderClassName
{
color: #E51C14;
}
.AnyTagClassName
{
color: #E51C14;
}
</style>
background-color css
<style>
a { background-color: #E51C14; }
a { background-color: rgb(229,28,20); }
div.DivClassName
{
background-color: #E51C14;
}
.BgClassName
{
background-color: #E51C14;
}
</style>
border-color css
<style>
span { border-color: #E51C14; }
span { border-color: rgb(229,28,20); }
td.TdClassName
{
border-color: #E51C14;
}
.TagClassName
{
border-color: #E51C14;
}
</style>