Shades of Scarlet #E2140E
Tints of Scarlet #E2140E
RGB
CMYK
RGB Variations
Color information
#E2140E (or 0xE2140E) is known color: Scarlet. HEX triplet: E2, 14 and 0E. RGB value is (226,20,14). Sum of RGB (Red+Green+Blue) = 226+20+14=260 (34% of max value = 765). Red value is 226 (88.67% from 255 or 86.92% from 260); Green value is 20 (8.20% from 255 or 7.69% from 260); Blue value is 14 (5.86% from 255 or 5.38% from 260); Max value from RGB is 226 - color contains mainly: red. Hex color #E2140E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E2140E is #1DEBF1. Grayscale: #515151. Windows color (decimal): -1960946 or 922850. OLE color: 922850.
HSL color Cylindrical-coordinate representation of color #E2140E: hue angle of 1.7º degrees, saturation: 0.88, 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 #E2140E is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 20 | 14 | - |
| CMYK | 0 | 0.91 | 0.94 | 0.11 |
| HSL | 1.7º | 0.88% | 0.47% | - |
| HSV(B) | 1.7º | 0.94% | 0.89% | - |
| XYZ | 31.69 | 16.7 | 1.97 | - |
| YUV | 80.91 | 90.25 | 231.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 20 | 14 | 0 | 0.91 | 0.94 | 0.11 | 1.7 | 0.88 | 0.47 |
| Hex | E2 | 14 | E | 0 | 5B | 5E | B | 2 | 58 | 2F |
| Octal | 342 | 24 | 16 | 0 | 133 | 136 | 13 | 2 | 130 | 57 |
| Binary | 11100010 | 10100 | 1110 | 0 | 1011011 | 1011110 | 1011 | 10 | 1011000 | 101111 |
Color Harmonies of #E2140E
Complementary color
Monochromatic Colors of #E2140E
Black with #E2140E
Text Example
Text Example
White with #E2140E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2140E; }
p { color: rgb(226,20,14); }
H1.HeaderClassName
{
color: #E2140E;
}
.AnyTagClassName
{
color: #E2140E;
}
</style>
background-color css
<style>
a { background-color: #E2140E; }
a { background-color: rgb(226,20,14); }
div.DivClassName
{
background-color: #E2140E;
}
.BgClassName
{
background-color: #E2140E;
}
</style>
border-color css
<style>
span { border-color: #E2140E; }
span { border-color: rgb(226,20,14); }
td.TdClassName
{
border-color: #E2140E;
}
.TagClassName
{
border-color: #E2140E;
}
</style>