Shades of Scarlet #E01501
Tints of Scarlet #E01501
RGB
CMYK
RGB Variations
Color information
#E01501 (or 0xE01501) is known color: Scarlet. HEX triplet: E0, 15 and 01. RGB value is (224,21,1). Sum of RGB (Red+Green+Blue) = 224+21+1=246 (32% of max value = 765). Red value is 224 (87.89% from 255 or 91.06% from 246); Green value is 21 (8.59% from 255 or 8.54% from 246); Blue value is 1 (0.78% from 255 or 0.41% from 246); Max value from RGB is 224 - color contains mainly: red. Hex color #E01501 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E01501 is #1FEAFE. Grayscale: #4F4F4F. Windows color (decimal): -2091775 or 71136. OLE color: 71136.
HSL color Cylindrical-coordinate representation of color #E01501: hue angle of 5.38º 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 #E01501 is Cyan = 0, Magento = 0.91, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 21 | 1 | - |
| CMYK | 0 | 0.91 | 1.00 | 0.12 |
| HSL | 5.38º | 0.99% | 0.44% | - |
| HSV(B) | 5.38º | 1% | 0.88% | - |
| XYZ | 31.01 | 16.39 | 1.56 | - |
| YUV | 79.42 | 83.75 | 231.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 21 | 1 | 0 | 0.91 | 1.00 | 0.12 | 5.38 | 0.99 | 0.44 |
| Hex | E0 | 15 | 1 | 0 | 5B | 64 | C | 5 | 63 | 2C |
| Octal | 340 | 25 | 1 | 0 | 133 | 144 | 14 | 5 | 143 | 54 |
| Binary | 11100000 | 10101 | 1 | 0 | 1011011 | 1100100 | 1100 | 101 | 1100011 | 101100 |
Color Harmonies of #E01501
Complementary color
Monochromatic Colors of #E01501
Black with #E01501
Text Example
Text Example
White with #E01501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01501; }
p { color: rgb(224,21,1); }
H1.HeaderClassName
{
color: #E01501;
}
.AnyTagClassName
{
color: #E01501;
}
</style>
background-color css
<style>
a { background-color: #E01501; }
a { background-color: rgb(224,21,1); }
div.DivClassName
{
background-color: #E01501;
}
.BgClassName
{
background-color: #E01501;
}
</style>
border-color css
<style>
span { border-color: #E01501; }
span { border-color: rgb(224,21,1); }
td.TdClassName
{
border-color: #E01501;
}
.TagClassName
{
border-color: #E01501;
}
</style>