Shades of Scarlet #E1140A
Tints of Scarlet #E1140A
RGB
CMYK
RGB Variations
Color information
#E1140A (or 0xE1140A) is known color: Scarlet. HEX triplet: E1, 14 and 0A. RGB value is (225,20,10). Sum of RGB (Red+Green+Blue) = 225+20+10=255 (33% of max value = 765). Red value is 225 (88.28% from 255 or 88.24% from 255); Green value is 20 (8.20% from 255 or 7.84% from 255); Blue value is 10 (4.30% from 255 or 3.92% from 255); Max value from RGB is 225 - color contains mainly: red. Hex color #E1140A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E1140A is #1EEBF5. Grayscale: #505050. Windows color (decimal): -2026486 or 660705. OLE color: 660705.
HSL color Cylindrical-coordinate representation of color #E1140A: hue angle of 2.79º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E1140A is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 20 | 10 | - |
| CMYK | 0 | 0.91 | 0.96 | 0.12 |
| HSL | 2.79º | 0.91% | 0.46% | - |
| HSV(B) | 2.79º | 0.96% | 0.88% | - |
| XYZ | 31.36 | 16.53 | 1.83 | - |
| YUV | 80.16 | 88.42 | 231.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 20 | 10 | 0 | 0.91 | 0.96 | 0.12 | 2.79 | 0.91 | 0.46 |
| Hex | E1 | 14 | A | 0 | 5B | 60 | C | 3 | 5B | 2E |
| Octal | 341 | 24 | 12 | 0 | 133 | 140 | 14 | 3 | 133 | 56 |
| Binary | 11100001 | 10100 | 1010 | 0 | 1011011 | 1100000 | 1100 | 11 | 1011011 | 101110 |
Color Harmonies of #E1140A
Complementary color
Monochromatic Colors of #E1140A
Black with #E1140A
Text Example
Text Example
White with #E1140A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1140A; }
p { color: rgb(225,20,10); }
H1.HeaderClassName
{
color: #E1140A;
}
.AnyTagClassName
{
color: #E1140A;
}
</style>
background-color css
<style>
a { background-color: #E1140A; }
a { background-color: rgb(225,20,10); }
div.DivClassName
{
background-color: #E1140A;
}
.BgClassName
{
background-color: #E1140A;
}
</style>
border-color css
<style>
span { border-color: #E1140A; }
span { border-color: rgb(225,20,10); }
td.TdClassName
{
border-color: #E1140A;
}
.TagClassName
{
border-color: #E1140A;
}
</style>