Shades of Scarlet #E2140D
Tints of Scarlet #E2140D
RGB
CMYK
RGB Variations
Color information
#E2140D (or 0xE2140D) is known color: Scarlet. HEX triplet: E2, 14 and 0D. RGB value is (226,20,13). Sum of RGB (Red+Green+Blue) = 226+20+13=259 (34% of max value = 765). Red value is 226 (88.67% from 255 or 87.26% from 259); Green value is 20 (8.20% from 255 or 7.72% from 259); Blue value is 13 (5.47% from 255 or 5.02% from 259); Max value from RGB is 226 - color contains mainly: red. Hex color #E2140D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E2140D is #1DEBF2. Grayscale: #515151. Windows color (decimal): -1960947 or 857314. OLE color: 857314.
HSL color Cylindrical-coordinate representation of color #E2140D: hue angle of 1.97º 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 #E2140D is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 20 | 13 | - |
| CMYK | 0 | 0.91 | 0.94 | 0.11 |
| HSL | 1.97º | 0.89% | 0.47% | - |
| HSV(B) | 1.97º | 0.94% | 0.89% | - |
| XYZ | 31.69 | 16.7 | 1.93 | - |
| YUV | 80.8 | 89.75 | 231.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 20 | 13 | 0 | 0.91 | 0.94 | 0.11 | 1.97 | 0.89 | 0.47 |
| Hex | E2 | 14 | D | 0 | 5B | 5E | B | 2 | 59 | 2F |
| Octal | 342 | 24 | 15 | 0 | 133 | 136 | 13 | 2 | 131 | 57 |
| Binary | 11100010 | 10100 | 1101 | 0 | 1011011 | 1011110 | 1011 | 10 | 1011001 | 101111 |
Color Harmonies of #E2140D
Complementary color
Monochromatic Colors of #E2140D
Black with #E2140D
Text Example
Text Example
White with #E2140D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2140D; }
p { color: rgb(226,20,13); }
H1.HeaderClassName
{
color: #E2140D;
}
.AnyTagClassName
{
color: #E2140D;
}
</style>
background-color css
<style>
a { background-color: #E2140D; }
a { background-color: rgb(226,20,13); }
div.DivClassName
{
background-color: #E2140D;
}
.BgClassName
{
background-color: #E2140D;
}
</style>
border-color css
<style>
span { border-color: #E2140D; }
span { border-color: rgb(226,20,13); }
td.TdClassName
{
border-color: #E2140D;
}
.TagClassName
{
border-color: #E2140D;
}
</style>