Shades of Scarlet #E61901
Tints of Scarlet #E61901
RGB
CMYK
RGB Variations
Color information
#E61901 (or 0xE61901) is known color: Scarlet. HEX triplet: E6, 19 and 01. RGB value is (230,25,1). Sum of RGB (Red+Green+Blue) = 230+25+1=256 (33% of max value = 765). Red value is 230 (90.23% from 255 or 89.84% from 256); Green value is 25 (10.16% from 255 or 9.77% from 256); Blue value is 1 (0.78% from 255 or 0.39% from 256); Max value from RGB is 230 - color contains mainly: red. Hex color #E61901 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E61901 is #19E6FE. Grayscale: #535353. Windows color (decimal): -1697535 or 72166. OLE color: 72166.
HSL color Cylindrical-coordinate representation of color #E61901: hue angle of 6.29º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E61901 is Cyan = 0, Magento = 0.89, Yellow = 1.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 25 | 1 | - |
| CMYK | 0 | 0.89 | 1.00 | 0.10 |
| HSL | 6.29º | 0.99% | 0.45% | - |
| HSV(B) | 6.29º | 1% | 0.9% | - |
| XYZ | 32.99 | 17.52 | 1.67 | - |
| YUV | 83.56 | 81.42 | 232.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 25 | 1 | 0 | 0.89 | 1.00 | 0.10 | 6.29 | 0.99 | 0.45 |
| Hex | E6 | 19 | 1 | 0 | 59 | 64 | A | 6 | 63 | 2D |
| Octal | 346 | 31 | 1 | 0 | 131 | 144 | 12 | 6 | 143 | 55 |
| Binary | 11100110 | 11001 | 1 | 0 | 1011001 | 1100100 | 1010 | 110 | 1100011 | 101101 |
Color Harmonies of #E61901
Complementary color
Monochromatic Colors of #E61901
Black with #E61901
Text Example
Text Example
White with #E61901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61901; }
p { color: rgb(230,25,1); }
H1.HeaderClassName
{
color: #E61901;
}
.AnyTagClassName
{
color: #E61901;
}
</style>
background-color css
<style>
a { background-color: #E61901; }
a { background-color: rgb(230,25,1); }
div.DivClassName
{
background-color: #E61901;
}
.BgClassName
{
background-color: #E61901;
}
</style>
border-color css
<style>
span { border-color: #E61901; }
span { border-color: rgb(230,25,1); }
td.TdClassName
{
border-color: #E61901;
}
.TagClassName
{
border-color: #E61901;
}
</style>