Shades of Scarlet #E2190A
Tints of Scarlet #E2190A
RGB
CMYK
RGB Variations
Color information
#E2190A (or 0xE2190A) is known color: Scarlet. HEX triplet: E2, 19 and 0A. RGB value is (226,25,10). Sum of RGB (Red+Green+Blue) = 226+25+10=261 (34% of max value = 765). Red value is 226 (88.67% from 255 or 86.59% from 261); Green value is 25 (10.16% from 255 or 9.58% from 261); Blue value is 10 (4.30% from 255 or 3.83% from 261); Max value from RGB is 226 - color contains mainly: red. Hex color #E2190A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E2190A is #1DE6F5. Grayscale: #535353. Windows color (decimal): -1959670 or 661986. OLE color: 661986.
HSL color Cylindrical-coordinate representation of color #E2190A: hue angle of 4.17º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E2190A is Cyan = 0, Magento = 0.89, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 25 | 10 | - |
| CMYK | 0 | 0.89 | 0.96 | 0.11 |
| HSL | 4.17º | 0.92% | 0.46% | - |
| HSV(B) | 4.17º | 0.96% | 0.89% | - |
| XYZ | 31.77 | 16.89 | 1.87 | - |
| YUV | 83.39 | 86.59 | 229.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 25 | 10 | 0 | 0.89 | 0.96 | 0.11 | 4.17 | 0.92 | 0.46 |
| Hex | E2 | 19 | A | 0 | 59 | 60 | B | 4 | 5C | 2E |
| Octal | 342 | 31 | 12 | 0 | 131 | 140 | 13 | 4 | 134 | 56 |
| Binary | 11100010 | 11001 | 1010 | 0 | 1011001 | 1100000 | 1011 | 100 | 1011100 | 101110 |
Color Harmonies of #E2190A
Complementary color
Monochromatic Colors of #E2190A
Black with #E2190A
Text Example
Text Example
White with #E2190A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2190A; }
p { color: rgb(226,25,10); }
H1.HeaderClassName
{
color: #E2190A;
}
.AnyTagClassName
{
color: #E2190A;
}
</style>
background-color css
<style>
a { background-color: #E2190A; }
a { background-color: rgb(226,25,10); }
div.DivClassName
{
background-color: #E2190A;
}
.BgClassName
{
background-color: #E2190A;
}
</style>
border-color css
<style>
span { border-color: #E2190A; }
span { border-color: rgb(226,25,10); }
td.TdClassName
{
border-color: #E2190A;
}
.TagClassName
{
border-color: #E2190A;
}
</style>