Shades of Scarlet #E2160B
Tints of Scarlet #E2160B
RGB
CMYK
RGB Variations
Color information
#E2160B (or 0xE2160B) is known color: Scarlet. HEX triplet: E2, 16 and 0B. RGB value is (226,22,11). Sum of RGB (Red+Green+Blue) = 226+22+11=259 (34% of max value = 765). Red value is 226 (88.67% from 255 or 87.26% from 259); Green value is 22 (8.98% from 255 or 8.49% from 259); Blue value is 11 (4.69% from 255 or 4.25% from 259); Max value from RGB is 226 - color contains mainly: red. Hex color #E2160B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E2160B is #1DE9F4. Grayscale: #515151. Windows color (decimal): -1960437 or 726754. OLE color: 726754.
HSL color Cylindrical-coordinate representation of color #E2160B: hue angle of 3.07º 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 #E2160B is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 22 | 11 | - |
| CMYK | 0 | 0.90 | 0.95 | 0.11 |
| HSL | 3.07º | 0.91% | 0.46% | - |
| HSV(B) | 3.07º | 0.95% | 0.89% | - |
| XYZ | 31.71 | 16.77 | 1.88 | - |
| YUV | 81.74 | 88.09 | 230.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 22 | 11 | 0 | 0.90 | 0.95 | 0.11 | 3.07 | 0.91 | 0.46 |
| Hex | E2 | 16 | B | 0 | 5A | 5F | B | 3 | 5B | 2E |
| Octal | 342 | 26 | 13 | 0 | 132 | 137 | 13 | 3 | 133 | 56 |
| Binary | 11100010 | 10110 | 1011 | 0 | 1011010 | 1011111 | 1011 | 11 | 1011011 | 101110 |
Color Harmonies of #E2160B
Complementary color
Monochromatic Colors of #E2160B
Black with #E2160B
Text Example
Text Example
White with #E2160B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2160B; }
p { color: rgb(226,22,11); }
H1.HeaderClassName
{
color: #E2160B;
}
.AnyTagClassName
{
color: #E2160B;
}
</style>
background-color css
<style>
a { background-color: #E2160B; }
a { background-color: rgb(226,22,11); }
div.DivClassName
{
background-color: #E2160B;
}
.BgClassName
{
background-color: #E2160B;
}
</style>
border-color css
<style>
span { border-color: #E2160B; }
span { border-color: rgb(226,22,11); }
td.TdClassName
{
border-color: #E2160B;
}
.TagClassName
{
border-color: #E2160B;
}
</style>