Shades of Scarlet #E2190B
Tints of Scarlet #E2190B
RGB
CMYK
RGB Variations
Color information
#E2190B (or 0xE2190B) is known color: Scarlet. HEX triplet: E2, 19 and 0B. RGB value is (226,25,11). Sum of RGB (Red+Green+Blue) = 226+25+11=262 (34% of max value = 765). Red value is 226 (88.67% from 255 or 86.26% from 262); Green value is 25 (10.16% from 255 or 9.54% from 262); Blue value is 11 (4.69% from 255 or 4.20% from 262); Max value from RGB is 226 - color contains mainly: red. Hex color #E2190B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E2190B is #1DE6F4. Grayscale: #535353. Windows color (decimal): -1959669 or 727522. OLE color: 727522.
HSL color Cylindrical-coordinate representation of color #E2190B: hue angle of 3.91º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E2190B is Cyan = 0, Magento = 0.89, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 25 | 11 | - |
| CMYK | 0 | 0.89 | 0.95 | 0.11 |
| HSL | 3.91º | 0.91% | 0.46% | - |
| HSV(B) | 3.91º | 0.95% | 0.89% | - |
| XYZ | 31.77 | 16.89 | 1.9 | - |
| YUV | 83.5 | 87.09 | 229.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 25 | 11 | 0 | 0.89 | 0.95 | 0.11 | 3.91 | 0.91 | 0.46 |
| Hex | E2 | 19 | B | 0 | 59 | 5F | B | 4 | 5B | 2E |
| Octal | 342 | 31 | 13 | 0 | 131 | 137 | 13 | 4 | 133 | 56 |
| Binary | 11100010 | 11001 | 1011 | 0 | 1011001 | 1011111 | 1011 | 100 | 1011011 | 101110 |
Color Harmonies of #E2190B
Complementary color
Monochromatic Colors of #E2190B
Black with #E2190B
Text Example
Text Example
White with #E2190B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2190B; }
p { color: rgb(226,25,11); }
H1.HeaderClassName
{
color: #E2190B;
}
.AnyTagClassName
{
color: #E2190B;
}
</style>
background-color css
<style>
a { background-color: #E2190B; }
a { background-color: rgb(226,25,11); }
div.DivClassName
{
background-color: #E2190B;
}
.BgClassName
{
background-color: #E2190B;
}
</style>
border-color css
<style>
span { border-color: #E2190B; }
span { border-color: rgb(226,25,11); }
td.TdClassName
{
border-color: #E2190B;
}
.TagClassName
{
border-color: #E2190B;
}
</style>