Shades of Scarlet #E51F01
Tints of Scarlet #E51F01
RGB
CMYK
RGB Variations
Color information
#E51F01 (or 0xE51F01) is known color: Scarlet. HEX triplet: E5, 1F and 01. RGB value is (229,31,1). Sum of RGB (Red+Green+Blue) = 229+31+1=261 (34% of max value = 765). Red value is 229 (89.84% from 255 or 87.74% from 261); Green value is 31 (12.5% from 255 or 11.88% from 261); Blue value is 1 (0.78% from 255 or 0.38% from 261); Max value from RGB is 229 - color contains mainly: red. Hex color #E51F01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E51F01 is #1AE0FE. Grayscale: #575757. Windows color (decimal): -1761535 or 73701. OLE color: 73701.
HSL color Cylindrical-coordinate representation of color #E51F01: hue angle of 7.89º 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 #E51F01 is Cyan = 0, Magento = 0.86, Yellow = 1.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 31 | 1 | - |
| CMYK | 0 | 0.86 | 1.00 | 0.10 |
| HSL | 7.89º | 0.99% | 0.45% | - |
| HSV(B) | 7.89º | 1% | 0.9% | - |
| XYZ | 32.81 | 17.64 | 1.7 | - |
| YUV | 86.78 | 79.6 | 229.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 31 | 1 | 0 | 0.86 | 1.00 | 0.10 | 7.89 | 0.99 | 0.45 |
| Hex | E5 | 1F | 1 | 0 | 56 | 64 | A | 8 | 63 | 2D |
| Octal | 345 | 37 | 1 | 0 | 126 | 144 | 12 | 10 | 143 | 55 |
| Binary | 11100101 | 11111 | 1 | 0 | 1010110 | 1100100 | 1010 | 1000 | 1100011 | 101101 |
Color Harmonies of #E51F01
Complementary color
Monochromatic Colors of #E51F01
Black with #E51F01
Text Example
Text Example
White with #E51F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51F01; }
p { color: rgb(229,31,1); }
H1.HeaderClassName
{
color: #E51F01;
}
.AnyTagClassName
{
color: #E51F01;
}
</style>
background-color css
<style>
a { background-color: #E51F01; }
a { background-color: rgb(229,31,1); }
div.DivClassName
{
background-color: #E51F01;
}
.BgClassName
{
background-color: #E51F01;
}
</style>
border-color css
<style>
span { border-color: #E51F01; }
span { border-color: rgb(229,31,1); }
td.TdClassName
{
border-color: #E51F01;
}
.TagClassName
{
border-color: #E51F01;
}
</style>