Shades of Scarlet #E2160C
Tints of Scarlet #E2160C
RGB
CMYK
RGB Variations
Color information
#E2160C (or 0xE2160C) is known color: Scarlet. HEX triplet: E2, 16 and 0C. RGB value is (226,22,12). Sum of RGB (Red+Green+Blue) = 226+22+12=260 (34% of max value = 765). Red value is 226 (88.67% from 255 or 86.92% from 260); Green value is 22 (8.98% from 255 or 8.46% from 260); Blue value is 12 (5.08% from 255 or 4.62% from 260); Max value from RGB is 226 - color contains mainly: red. Hex color #E2160C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E2160C is #1DE9F3. Grayscale: #525252. Windows color (decimal): -1960436 or 792290. OLE color: 792290.
HSL color Cylindrical-coordinate representation of color #E2160C: hue angle of 2.8º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E2160C is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 22 | 12 | - |
| CMYK | 0 | 0.90 | 0.95 | 0.11 |
| HSL | 2.8º | 0.9% | 0.47% | - |
| HSV(B) | 2.8º | 0.95% | 0.89% | - |
| XYZ | 31.72 | 16.77 | 1.91 | - |
| YUV | 81.86 | 88.59 | 230.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 22 | 12 | 0 | 0.90 | 0.95 | 0.11 | 2.8 | 0.9 | 0.47 |
| Hex | E2 | 16 | C | 0 | 5A | 5F | B | 3 | 5A | 2F |
| Octal | 342 | 26 | 14 | 0 | 132 | 137 | 13 | 3 | 132 | 57 |
| Binary | 11100010 | 10110 | 1100 | 0 | 1011010 | 1011111 | 1011 | 11 | 1011010 | 101111 |
Color Harmonies of #E2160C
Complementary color
Monochromatic Colors of #E2160C
Black with #E2160C
Text Example
Text Example
White with #E2160C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2160C; }
p { color: rgb(226,22,12); }
H1.HeaderClassName
{
color: #E2160C;
}
.AnyTagClassName
{
color: #E2160C;
}
</style>
background-color css
<style>
a { background-color: #E2160C; }
a { background-color: rgb(226,22,12); }
div.DivClassName
{
background-color: #E2160C;
}
.BgClassName
{
background-color: #E2160C;
}
</style>
border-color css
<style>
span { border-color: #E2160C; }
span { border-color: rgb(226,22,12); }
td.TdClassName
{
border-color: #E2160C;
}
.TagClassName
{
border-color: #E2160C;
}
</style>