Shades of Scarlet #E61904
Tints of Scarlet #E61904
RGB
CMYK
RGB Variations
Color information
#E61904 (or 0xE61904) is known color: Scarlet. HEX triplet: E6, 19 and 04. RGB value is (230,25,4). Sum of RGB (Red+Green+Blue) = 230+25+4=259 (34% of max value = 765). Red value is 230 (90.23% from 255 or 88.80% from 259); Green value is 25 (10.16% from 255 or 9.65% from 259); Blue value is 4 (1.95% from 255 or 1.54% from 259); Max value from RGB is 230 - color contains mainly: red. Hex color #E61904 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E61904 is #19E6FB. Grayscale: #545454. Windows color (decimal): -1697532 or 268774. OLE color: 268774.
HSL color Cylindrical-coordinate representation of color #E61904: hue angle of 5.58º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E61904 is Cyan = 0, Magento = 0.89, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 25 | 4 | - |
| CMYK | 0 | 0.89 | 0.98 | 0.10 |
| HSL | 5.58º | 0.97% | 0.46% | - |
| HSV(B) | 5.58º | 0.98% | 0.9% | - |
| XYZ | 33 | 17.53 | 1.76 | - |
| YUV | 83.9 | 82.92 | 232.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 25 | 4 | 0 | 0.89 | 0.98 | 0.10 | 5.58 | 0.97 | 0.46 |
| Hex | E6 | 19 | 4 | 0 | 59 | 62 | A | 6 | 61 | 2E |
| Octal | 346 | 31 | 4 | 0 | 131 | 142 | 12 | 6 | 141 | 56 |
| Binary | 11100110 | 11001 | 100 | 0 | 1011001 | 1100010 | 1010 | 110 | 1100001 | 101110 |
Color Harmonies of #E61904
Complementary color
Monochromatic Colors of #E61904
Black with #E61904
Text Example
Text Example
White with #E61904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61904; }
p { color: rgb(230,25,4); }
H1.HeaderClassName
{
color: #E61904;
}
.AnyTagClassName
{
color: #E61904;
}
</style>
background-color css
<style>
a { background-color: #E61904; }
a { background-color: rgb(230,25,4); }
div.DivClassName
{
background-color: #E61904;
}
.BgClassName
{
background-color: #E61904;
}
</style>
border-color css
<style>
span { border-color: #E61904; }
span { border-color: rgb(230,25,4); }
td.TdClassName
{
border-color: #E61904;
}
.TagClassName
{
border-color: #E61904;
}
</style>