Shades of Scarlet #E2180D
Tints of Scarlet #E2180D
RGB
CMYK
RGB Variations
Color information
#E2180D (or 0xE2180D) is known color: Scarlet. HEX triplet: E2, 18 and 0D. RGB value is (226,24,13). Sum of RGB (Red+Green+Blue) = 226+24+13=263 (34% of max value = 765). Red value is 226 (88.67% from 255 or 85.93% from 263); Green value is 24 (9.77% from 255 or 9.13% from 263); Blue value is 13 (5.47% from 255 or 4.94% from 263); Max value from RGB is 226 - color contains mainly: red. Hex color #E2180D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E2180D is #1DE7F2. Grayscale: #535353. Windows color (decimal): -1959923 or 858338. OLE color: 858338.
HSL color Cylindrical-coordinate representation of color #E2180D: hue angle of 3.1º 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 #E2180D is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 24 | 13 | - |
| CMYK | 0 | 0.89 | 0.94 | 0.11 |
| HSL | 3.1º | 0.89% | 0.47% | - |
| HSV(B) | 3.1º | 0.94% | 0.89% | - |
| XYZ | 31.76 | 16.85 | 1.96 | - |
| YUV | 83.14 | 88.42 | 229.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 24 | 13 | 0 | 0.89 | 0.94 | 0.11 | 3.1 | 0.89 | 0.47 |
| Hex | E2 | 18 | D | 0 | 59 | 5E | B | 3 | 59 | 2F |
| Octal | 342 | 30 | 15 | 0 | 131 | 136 | 13 | 3 | 131 | 57 |
| Binary | 11100010 | 11000 | 1101 | 0 | 1011001 | 1011110 | 1011 | 11 | 1011001 | 101111 |
Color Harmonies of #E2180D
Complementary color
Monochromatic Colors of #E2180D
Black with #E2180D
Text Example
Text Example
White with #E2180D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2180D; }
p { color: rgb(226,24,13); }
H1.HeaderClassName
{
color: #E2180D;
}
.AnyTagClassName
{
color: #E2180D;
}
</style>
background-color css
<style>
a { background-color: #E2180D; }
a { background-color: rgb(226,24,13); }
div.DivClassName
{
background-color: #E2180D;
}
.BgClassName
{
background-color: #E2180D;
}
</style>
border-color css
<style>
span { border-color: #E2180D; }
span { border-color: rgb(226,24,13); }
td.TdClassName
{
border-color: #E2180D;
}
.TagClassName
{
border-color: #E2180D;
}
</style>