Shades of Scarlet #E61916
Tints of Scarlet #E61916
RGB
CMYK
RGB Variations
Color information
#E61916 (or 0xE61916) is known color: Scarlet. HEX triplet: E6, 19 and 16. RGB value is (230,25,22). Sum of RGB (Red+Green+Blue) = 230+25+22=277 (36% of max value = 765). Red value is 230 (90.23% from 255 or 83.03% from 277); Green value is 25 (10.16% from 255 or 9.03% from 277); Blue value is 22 (8.98% from 255 or 7.94% from 277); Max value from RGB is 230 - color contains mainly: red. Hex color #E61916 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E61916 is #19E6E9. Grayscale: #565656. Windows color (decimal): -1697514 or 1448422. OLE color: 1448422.
HSL color Cylindrical-coordinate representation of color #E61916: hue angle of 0.87º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E61916 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 25 | 22 | - |
| CMYK | 0 | 0.89 | 0.90 | 0.10 |
| HSL | 0.87º | 0.83% | 0.49% | - |
| HSV(B) | 0.87º | 0.9% | 0.9% | - |
| XYZ | 33.13 | 17.58 | 2.41 | - |
| YUV | 85.95 | 91.92 | 230.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 25 | 22 | 0 | 0.89 | 0.90 | 0.10 | 0.87 | 0.83 | 0.49 |
| Hex | E6 | 19 | 16 | 0 | 59 | 5A | A | 1 | 53 | 31 |
| Octal | 346 | 31 | 26 | 0 | 131 | 132 | 12 | 1 | 123 | 61 |
| Binary | 11100110 | 11001 | 10110 | 0 | 1011001 | 1011010 | 1010 | 1 | 1010011 | 110001 |
Color Harmonies of #E61916
Complementary color
Monochromatic Colors of #E61916
Black with #E61916
Text Example
Text Example
White with #E61916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61916; }
p { color: rgb(230,25,22); }
H1.HeaderClassName
{
color: #E61916;
}
.AnyTagClassName
{
color: #E61916;
}
</style>
background-color css
<style>
a { background-color: #E61916; }
a { background-color: rgb(230,25,22); }
div.DivClassName
{
background-color: #E61916;
}
.BgClassName
{
background-color: #E61916;
}
</style>
border-color css
<style>
span { border-color: #E61916; }
span { border-color: rgb(230,25,22); }
td.TdClassName
{
border-color: #E61916;
}
.TagClassName
{
border-color: #E61916;
}
</style>