Shades of Scarlet #E01901
Tints of Scarlet #E01901
RGB
CMYK
RGB Variations
Color information
#E01901 (or 0xE01901) is known color: Scarlet. HEX triplet: E0, 19 and 01. RGB value is (224,25,1). Sum of RGB (Red+Green+Blue) = 224+25+1=250 (33% of max value = 765). Red value is 224 (87.89% from 255 or 89.6% from 250); Green value is 25 (10.16% from 255 or 10% from 250); Blue value is 1 (0.78% from 255 or 0.4% from 250); Max value from RGB is 224 - color contains mainly: red. Hex color #E01901 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E01901 is #1FE6FE. Grayscale: #525252. Windows color (decimal): -2090751 or 72160. OLE color: 72160.
HSL color Cylindrical-coordinate representation of color #E01901: hue angle of 6.46º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E01901 is Cyan = 0, Magento = 0.89, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 25 | 1 | - |
| CMYK | 0 | 0.89 | 1.00 | 0.12 |
| HSL | 6.46º | 0.99% | 0.44% | - |
| HSV(B) | 6.46º | 1% | 0.88% | - |
| XYZ | 31.09 | 16.54 | 1.58 | - |
| YUV | 81.77 | 82.43 | 229.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 25 | 1 | 0 | 0.89 | 1.00 | 0.12 | 6.46 | 0.99 | 0.44 |
| Hex | E0 | 19 | 1 | 0 | 59 | 64 | C | 6 | 63 | 2C |
| Octal | 340 | 31 | 1 | 0 | 131 | 144 | 14 | 6 | 143 | 54 |
| Binary | 11100000 | 11001 | 1 | 0 | 1011001 | 1100100 | 1100 | 110 | 1100011 | 101100 |
Color Harmonies of #E01901
Complementary color
Monochromatic Colors of #E01901
Black with #E01901
Text Example
Text Example
White with #E01901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01901; }
p { color: rgb(224,25,1); }
H1.HeaderClassName
{
color: #E01901;
}
.AnyTagClassName
{
color: #E01901;
}
</style>
background-color css
<style>
a { background-color: #E01901; }
a { background-color: rgb(224,25,1); }
div.DivClassName
{
background-color: #E01901;
}
.BgClassName
{
background-color: #E01901;
}
</style>
border-color css
<style>
span { border-color: #E01901; }
span { border-color: rgb(224,25,1); }
td.TdClassName
{
border-color: #E01901;
}
.TagClassName
{
border-color: #E01901;
}
</style>