Shades of Scarlet #E2190F
Tints of Scarlet #E2190F
RGB
CMYK
RGB Variations
Color information
#E2190F (or 0xE2190F) is known color: Scarlet. HEX triplet: E2, 19 and 0F. RGB value is (226,25,15). Sum of RGB (Red+Green+Blue) = 226+25+15=266 (35% of max value = 765). Red value is 226 (88.67% from 255 or 84.96% from 266); Green value is 25 (10.16% from 255 or 9.40% from 266); Blue value is 15 (6.25% from 255 or 5.64% from 266); Max value from RGB is 226 - color contains mainly: red. Hex color #E2190F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E2190F is #1DE6F0. Grayscale: #545454. Windows color (decimal): -1959665 or 989666. OLE color: 989666.
HSL color Cylindrical-coordinate representation of color #E2190F: hue angle of 2.84º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E2190F is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 25 | 15 | - |
| CMYK | 0 | 0.89 | 0.93 | 0.11 |
| HSL | 2.84º | 0.88% | 0.47% | - |
| HSV(B) | 2.84º | 0.93% | 0.89% | - |
| XYZ | 31.8 | 16.9 | 2.04 | - |
| YUV | 83.96 | 89.09 | 229.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 25 | 15 | 0 | 0.89 | 0.93 | 0.11 | 2.84 | 0.88 | 0.47 |
| Hex | E2 | 19 | F | 0 | 59 | 5D | B | 3 | 58 | 2F |
| Octal | 342 | 31 | 17 | 0 | 131 | 135 | 13 | 3 | 130 | 57 |
| Binary | 11100010 | 11001 | 1111 | 0 | 1011001 | 1011101 | 1011 | 11 | 1011000 | 101111 |
Color Harmonies of #E2190F
Complementary color
Monochromatic Colors of #E2190F
Black with #E2190F
Text Example
Text Example
White with #E2190F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2190F; }
p { color: rgb(226,25,15); }
H1.HeaderClassName
{
color: #E2190F;
}
.AnyTagClassName
{
color: #E2190F;
}
</style>
background-color css
<style>
a { background-color: #E2190F; }
a { background-color: rgb(226,25,15); }
div.DivClassName
{
background-color: #E2190F;
}
.BgClassName
{
background-color: #E2190F;
}
</style>
border-color css
<style>
span { border-color: #E2190F; }
span { border-color: rgb(226,25,15); }
td.TdClassName
{
border-color: #E2190F;
}
.TagClassName
{
border-color: #E2190F;
}
</style>