Shades of Scarlet #E2160D
Tints of Scarlet #E2160D
RGB
CMYK
RGB Variations
Color information
#E2160D (or 0xE2160D) is known color: Scarlet. HEX triplet: E2, 16 and 0D. RGB value is (226,22,13). Sum of RGB (Red+Green+Blue) = 226+22+13=261 (34% of max value = 765). Red value is 226 (88.67% from 255 or 86.59% from 261); Green value is 22 (8.98% from 255 or 8.43% from 261); Blue value is 13 (5.47% from 255 or 4.98% from 261); Max value from RGB is 226 - color contains mainly: red. Hex color #E2160D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E2160D is #1DE9F2. Grayscale: #525252. Windows color (decimal): -1960435 or 857826. OLE color: 857826.
HSL color Cylindrical-coordinate representation of color #E2160D: hue angle of 2.54º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E2160D is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 22 | 13 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.11 |
| HSL | 2.54º | 0.89% | 0.47% | - |
| HSV(B) | 2.54º | 0.94% | 0.89% | - |
| XYZ | 31.72 | 16.77 | 1.95 | - |
| YUV | 81.97 | 89.09 | 230.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 22 | 13 | 0 | 0.90 | 0.94 | 0.11 | 2.54 | 0.89 | 0.47 |
| Hex | E2 | 16 | D | 0 | 5A | 5E | B | 3 | 59 | 2F |
| Octal | 342 | 26 | 15 | 0 | 132 | 136 | 13 | 3 | 131 | 57 |
| Binary | 11100010 | 10110 | 1101 | 0 | 1011010 | 1011110 | 1011 | 11 | 1011001 | 101111 |
Color Harmonies of #E2160D
Complementary color
Monochromatic Colors of #E2160D
Black with #E2160D
Text Example
Text Example
White with #E2160D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2160D; }
p { color: rgb(226,22,13); }
H1.HeaderClassName
{
color: #E2160D;
}
.AnyTagClassName
{
color: #E2160D;
}
</style>
background-color css
<style>
a { background-color: #E2160D; }
a { background-color: rgb(226,22,13); }
div.DivClassName
{
background-color: #E2160D;
}
.BgClassName
{
background-color: #E2160D;
}
</style>
border-color css
<style>
span { border-color: #E2160D; }
span { border-color: rgb(226,22,13); }
td.TdClassName
{
border-color: #E2160D;
}
.TagClassName
{
border-color: #E2160D;
}
</style>