Shades of Scarlet #E01905
Tints of Scarlet #E01905
RGB
CMYK
RGB Variations
Color information
#E01905 (or 0xE01905) is known color: Scarlet. HEX triplet: E0, 19 and 05. RGB value is (224,25,5). Sum of RGB (Red+Green+Blue) = 224+25+5=254 (33% of max value = 765). Red value is 224 (87.89% from 255 or 88.19% from 254); Green value is 25 (10.16% from 255 or 9.84% from 254); Blue value is 5 (2.34% from 255 or 1.97% from 254); Max value from RGB is 224 - color contains mainly: red. Hex color #E01905 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E01905 is #1FE6FA. Grayscale: #525252. Windows color (decimal): -2090747 or 334304. OLE color: 334304.
HSL color Cylindrical-coordinate representation of color #E01905: hue angle of 5.48º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E01905 is Cyan = 0, Magento = 0.89, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 25 | 5 | - |
| CMYK | 0 | 0.89 | 0.98 | 0.12 |
| HSL | 5.48º | 0.96% | 0.45% | - |
| HSV(B) | 5.48º | 0.98% | 0.88% | - |
| XYZ | 31.12 | 16.55 | 1.7 | - |
| YUV | 82.22 | 84.43 | 229.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 25 | 5 | 0 | 0.89 | 0.98 | 0.12 | 5.48 | 0.96 | 0.45 |
| Hex | E0 | 19 | 5 | 0 | 59 | 62 | C | 5 | 60 | 2D |
| Octal | 340 | 31 | 5 | 0 | 131 | 142 | 14 | 5 | 140 | 55 |
| Binary | 11100000 | 11001 | 101 | 0 | 1011001 | 1100010 | 1100 | 101 | 1100000 | 101101 |
Color Harmonies of #E01905
Complementary color
Monochromatic Colors of #E01905
Black with #E01905
Text Example
Text Example
White with #E01905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01905; }
p { color: rgb(224,25,5); }
H1.HeaderClassName
{
color: #E01905;
}
.AnyTagClassName
{
color: #E01905;
}
</style>
background-color css
<style>
a { background-color: #E01905; }
a { background-color: rgb(224,25,5); }
div.DivClassName
{
background-color: #E01905;
}
.BgClassName
{
background-color: #E01905;
}
</style>
border-color css
<style>
span { border-color: #E01905; }
span { border-color: rgb(224,25,5); }
td.TdClassName
{
border-color: #E01905;
}
.TagClassName
{
border-color: #E01905;
}
</style>