Shades of Scarlet #E21906
Tints of Scarlet #E21906
RGB
CMYK
RGB Variations
Color information
#E21906 (or 0xE21906) is known color: Scarlet. HEX triplet: E2, 19 and 06. RGB value is (226,25,6). Sum of RGB (Red+Green+Blue) = 226+25+6=257 (34% of max value = 765). Red value is 226 (88.67% from 255 or 87.94% from 257); Green value is 25 (10.16% from 255 or 9.73% from 257); Blue value is 6 (2.73% from 255 or 2.33% from 257); Max value from RGB is 226 - color contains mainly: red. Hex color #E21906 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E21906 is #1DE6F9. Grayscale: #535353. Windows color (decimal): -1959674 or 399842. OLE color: 399842.
HSL color Cylindrical-coordinate representation of color #E21906: hue angle of 5.18º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E21906 is Cyan = 0, Magento = 0.89, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 25 | 6 | - |
| CMYK | 0 | 0.89 | 0.97 | 0.11 |
| HSL | 5.18º | 0.95% | 0.45% | - |
| HSV(B) | 5.18º | 0.97% | 0.89% | - |
| XYZ | 31.74 | 16.88 | 1.76 | - |
| YUV | 82.93 | 84.59 | 230.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 25 | 6 | 0 | 0.89 | 0.97 | 0.11 | 5.18 | 0.95 | 0.45 |
| Hex | E2 | 19 | 6 | 0 | 59 | 61 | B | 5 | 5F | 2D |
| Octal | 342 | 31 | 6 | 0 | 131 | 141 | 13 | 5 | 137 | 55 |
| Binary | 11100010 | 11001 | 110 | 0 | 1011001 | 1100001 | 1011 | 101 | 1011111 | 101101 |
Color Harmonies of #E21906
Complementary color
Monochromatic Colors of #E21906
Black with #E21906
Text Example
Text Example
White with #E21906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21906; }
p { color: rgb(226,25,6); }
H1.HeaderClassName
{
color: #E21906;
}
.AnyTagClassName
{
color: #E21906;
}
</style>
background-color css
<style>
a { background-color: #E21906; }
a { background-color: rgb(226,25,6); }
div.DivClassName
{
background-color: #E21906;
}
.BgClassName
{
background-color: #E21906;
}
</style>
border-color css
<style>
span { border-color: #E21906; }
span { border-color: rgb(226,25,6); }
td.TdClassName
{
border-color: #E21906;
}
.TagClassName
{
border-color: #E21906;
}
</style>