Shades of Scarlet #E51401
Tints of Scarlet #E51401
RGB
CMYK
RGB Variations
Color information
#E51401 (or 0xE51401) is known color: Scarlet. HEX triplet: E5, 14 and 01. RGB value is (229,20,1). Sum of RGB (Red+Green+Blue) = 229+20+1=250 (33% of max value = 765). Red value is 229 (89.84% from 255 or 91.6% from 250); Green value is 20 (8.20% from 255 or 8% from 250); Blue value is 1 (0.78% from 255 or 0.4% from 250); Max value from RGB is 229 - color contains mainly: red. Hex color #E51401 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E51401 is #1AEBFE. Grayscale: #505050. Windows color (decimal): -1764351 or 70885. OLE color: 70885.
HSL color Cylindrical-coordinate representation of color #E51401: hue angle of 5º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E51401 is Cyan = 0, Magento = 0.91, Yellow = 1.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 20 | 1 | - |
| CMYK | 0 | 0.91 | 1.00 | 0.10 |
| HSL | 5º | 0.99% | 0.45% | - |
| HSV(B) | 5º | 1% | 0.9% | - |
| XYZ | 32.57 | 17.16 | 1.62 | - |
| YUV | 80.33 | 83.24 | 234.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 20 | 1 | 0 | 0.91 | 1.00 | 0.10 | 5 | 0.99 | 0.45 |
| Hex | E5 | 14 | 1 | 0 | 5B | 64 | A | 5 | 63 | 2D |
| Octal | 345 | 24 | 1 | 0 | 133 | 144 | 12 | 5 | 143 | 55 |
| Binary | 11100101 | 10100 | 1 | 0 | 1011011 | 1100100 | 1010 | 101 | 1100011 | 101101 |
Color Harmonies of #E51401
Complementary color
Monochromatic Colors of #E51401
Black with #E51401
Text Example
Text Example
White with #E51401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51401; }
p { color: rgb(229,20,1); }
H1.HeaderClassName
{
color: #E51401;
}
.AnyTagClassName
{
color: #E51401;
}
</style>
background-color css
<style>
a { background-color: #E51401; }
a { background-color: rgb(229,20,1); }
div.DivClassName
{
background-color: #E51401;
}
.BgClassName
{
background-color: #E51401;
}
</style>
border-color css
<style>
span { border-color: #E51401; }
span { border-color: rgb(229,20,1); }
td.TdClassName
{
border-color: #E51401;
}
.TagClassName
{
border-color: #E51401;
}
</style>