Shades of Scarlet #E01900
Tints of Scarlet #E01900
RGB
CMYK
RGB Variations
Color information
#E01900 (or 0xE01900) is known color: Scarlet. HEX triplet: E0, 19 and 00. RGB value is (224,25,0). Sum of RGB (Red+Green+Blue) = 224+25+0=249 (32% of max value = 765). Red value is 224 (87.89% from 255 or 89.96% from 249); Green value is 25 (10.16% from 255 or 10.04% from 249); Blue value is 0 (0.39% from 255 or 0% from 249); Max value from RGB is 224 - color contains mainly: red. Hex color #E01900 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E01900 is #1FE6FF. Grayscale: #515151. Windows color (decimal): -2090752 or 6624. OLE color: 6624.
HSL color Cylindrical-coordinate representation of color #E01900: hue angle of 6.7º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E01900 is Cyan = 0, Magento = 0.89, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 25 | 0 | - |
| CMYK | 0 | 0.89 | 1 | 0.12 |
| HSL | 6.7º | 1% | 0.44% | - |
| HSV(B) | 6.7º | 1% | 0.88% | - |
| XYZ | 31.09 | 16.54 | 1.55 | - |
| YUV | 81.65 | 81.93 | 229.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 25 | 0 | 0 | 0.89 | 1 | 0.12 | 6.7 | 1 | 0.44 |
| Hex | E0 | 19 | 0 | 0 | 59 | 64 | C | 7 | 64 | 2C |
| Octal | 340 | 31 | 0 | 0 | 131 | 144 | 14 | 7 | 144 | 54 |
| Binary | 11100000 | 11001 | 0 | 0 | 1011001 | 1100100 | 1100 | 111 | 1100100 | 101100 |
Color Harmonies of #E01900
Complementary color
Monochromatic Colors of #E01900
Black with #E01900
Text Example
Text Example
White with #E01900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01900; }
p { color: rgb(224,25,0); }
H1.HeaderClassName
{
color: #E01900;
}
.AnyTagClassName
{
color: #E01900;
}
</style>
background-color css
<style>
a { background-color: #E01900; }
a { background-color: rgb(224,25,0); }
div.DivClassName
{
background-color: #E01900;
}
.BgClassName
{
background-color: #E01900;
}
</style>
border-color css
<style>
span { border-color: #E01900; }
span { border-color: rgb(224,25,0); }
td.TdClassName
{
border-color: #E01900;
}
.TagClassName
{
border-color: #E01900;
}
</style>