Shades of Scarlet #E2170A
Tints of Scarlet #E2170A
RGB
CMYK
RGB Variations
Color information
#E2170A (or 0xE2170A) is known color: Scarlet. HEX triplet: E2, 17 and 0A. RGB value is (226,23,10). Sum of RGB (Red+Green+Blue) = 226+23+10=259 (34% of max value = 765). Red value is 226 (88.67% from 255 or 87.26% from 259); Green value is 23 (9.38% from 255 or 8.88% from 259); Blue value is 10 (4.30% from 255 or 3.86% from 259); Max value from RGB is 226 - color contains mainly: red. Hex color #E2170A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E2170A is #1DE8F5. Grayscale: #525252. Windows color (decimal): -1960182 or 661474. OLE color: 661474.
HSL color Cylindrical-coordinate representation of color #E2170A: hue angle of 3.61º 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 #E2170A is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 23 | 10 | - |
| CMYK | 0 | 0.90 | 0.96 | 0.11 |
| HSL | 3.61º | 0.92% | 0.46% | - |
| HSV(B) | 3.61º | 0.96% | 0.89% | - |
| XYZ | 31.73 | 16.8 | 1.86 | - |
| YUV | 82.22 | 87.25 | 230.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 23 | 10 | 0 | 0.90 | 0.96 | 0.11 | 3.61 | 0.92 | 0.46 |
| Hex | E2 | 17 | A | 0 | 5A | 60 | B | 4 | 5C | 2E |
| Octal | 342 | 27 | 12 | 0 | 132 | 140 | 13 | 4 | 134 | 56 |
| Binary | 11100010 | 10111 | 1010 | 0 | 1011010 | 1100000 | 1011 | 100 | 1011100 | 101110 |
Color Harmonies of #E2170A
Complementary color
Monochromatic Colors of #E2170A
Black with #E2170A
Text Example
Text Example
White with #E2170A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2170A; }
p { color: rgb(226,23,10); }
H1.HeaderClassName
{
color: #E2170A;
}
.AnyTagClassName
{
color: #E2170A;
}
</style>
background-color css
<style>
a { background-color: #E2170A; }
a { background-color: rgb(226,23,10); }
div.DivClassName
{
background-color: #E2170A;
}
.BgClassName
{
background-color: #E2170A;
}
</style>
border-color css
<style>
span { border-color: #E2170A; }
span { border-color: rgb(226,23,10); }
td.TdClassName
{
border-color: #E2170A;
}
.TagClassName
{
border-color: #E2170A;
}
</style>