Shades of Scarlet #E2140A
Tints of Scarlet #E2140A
RGB
CMYK
RGB Variations
Color information
#E2140A (or 0xE2140A) is known color: Scarlet. HEX triplet: E2, 14 and 0A. RGB value is (226,20,10). Sum of RGB (Red+Green+Blue) = 226+20+10=256 (33% of max value = 765). Red value is 226 (88.67% from 255 or 88.28% from 256); Green value is 20 (8.20% from 255 or 7.81% from 256); Blue value is 10 (4.30% from 255 or 3.91% from 256); Max value from RGB is 226 - color contains mainly: red. Hex color #E2140A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E2140A is #1DEBF5. Grayscale: #505050. Windows color (decimal): -1960950 or 660706. OLE color: 660706.
HSL color Cylindrical-coordinate representation of color #E2140A: hue angle of 2.78º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E2140A is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 20 | 10 | - |
| CMYK | 0 | 0.91 | 0.96 | 0.11 |
| HSL | 2.78º | 0.92% | 0.46% | - |
| HSV(B) | 2.78º | 0.96% | 0.89% | - |
| XYZ | 31.67 | 16.69 | 1.84 | - |
| YUV | 80.45 | 88.25 | 231.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 20 | 10 | 0 | 0.91 | 0.96 | 0.11 | 2.78 | 0.92 | 0.46 |
| Hex | E2 | 14 | A | 0 | 5B | 60 | B | 3 | 5C | 2E |
| Octal | 342 | 24 | 12 | 0 | 133 | 140 | 13 | 3 | 134 | 56 |
| Binary | 11100010 | 10100 | 1010 | 0 | 1011011 | 1100000 | 1011 | 11 | 1011100 | 101110 |
Color Harmonies of #E2140A
Complementary color
Monochromatic Colors of #E2140A
Black with #E2140A
Text Example
Text Example
White with #E2140A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2140A; }
p { color: rgb(226,20,10); }
H1.HeaderClassName
{
color: #E2140A;
}
.AnyTagClassName
{
color: #E2140A;
}
</style>
background-color css
<style>
a { background-color: #E2140A; }
a { background-color: rgb(226,20,10); }
div.DivClassName
{
background-color: #E2140A;
}
.BgClassName
{
background-color: #E2140A;
}
</style>
border-color css
<style>
span { border-color: #E2140A; }
span { border-color: rgb(226,20,10); }
td.TdClassName
{
border-color: #E2140A;
}
.TagClassName
{
border-color: #E2140A;
}
</style>