Shades of Scarlet #E01801
Tints of Scarlet #E01801
RGB
CMYK
RGB Variations
Color information
#E01801 (or 0xE01801) is known color: Scarlet. HEX triplet: E0, 18 and 01. RGB value is (224,24,1). Sum of RGB (Red+Green+Blue) = 224+24+1=249 (32% of max value = 765). Red value is 224 (87.89% from 255 or 89.96% from 249); Green value is 24 (9.77% from 255 or 9.64% from 249); Blue value is 1 (0.78% from 255 or 0.40% from 249); Max value from RGB is 224 - color contains mainly: red. Hex color #E01801 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E01801 is #1FE7FE. Grayscale: #515151. Windows color (decimal): -2091007 or 71904. OLE color: 71904.
HSL color Cylindrical-coordinate representation of color #E01801: hue angle of 6.19º 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 #E01801 is Cyan = 0, Magento = 0.89, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 24 | 1 | - |
| CMYK | 0 | 0.89 | 1.00 | 0.12 |
| HSL | 6.19º | 0.99% | 0.44% | - |
| HSV(B) | 6.19º | 1% | 0.88% | - |
| XYZ | 31.07 | 16.5 | 1.58 | - |
| YUV | 81.18 | 82.76 | 229.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 24 | 1 | 0 | 0.89 | 1.00 | 0.12 | 6.19 | 0.99 | 0.44 |
| Hex | E0 | 18 | 1 | 0 | 59 | 64 | C | 6 | 63 | 2C |
| Octal | 340 | 30 | 1 | 0 | 131 | 144 | 14 | 6 | 143 | 54 |
| Binary | 11100000 | 11000 | 1 | 0 | 1011001 | 1100100 | 1100 | 110 | 1100011 | 101100 |
Color Harmonies of #E01801
Complementary color
Monochromatic Colors of #E01801
Black with #E01801
Text Example
Text Example
White with #E01801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01801; }
p { color: rgb(224,24,1); }
H1.HeaderClassName
{
color: #E01801;
}
.AnyTagClassName
{
color: #E01801;
}
</style>
background-color css
<style>
a { background-color: #E01801; }
a { background-color: rgb(224,24,1); }
div.DivClassName
{
background-color: #E01801;
}
.BgClassName
{
background-color: #E01801;
}
</style>
border-color css
<style>
span { border-color: #E01801; }
span { border-color: rgb(224,24,1); }
td.TdClassName
{
border-color: #E01801;
}
.TagClassName
{
border-color: #E01801;
}
</style>