Shades of Scarlet #E11C0A
Tints of Scarlet #E11C0A
RGB
CMYK
RGB Variations
Color information
#E11C0A (or 0xE11C0A) is known color: Scarlet. HEX triplet: E1, 1C and 0A. RGB value is (225,28,10). Sum of RGB (Red+Green+Blue) = 225+28+10=263 (34% of max value = 765). Red value is 225 (88.28% from 255 or 85.55% from 263); Green value is 28 (11.33% from 255 or 10.65% from 263); Blue value is 10 (4.30% from 255 or 3.80% from 263); Max value from RGB is 225 - color contains mainly: red. Hex color #E11C0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E11C0A is #1EE3F5. Grayscale: #555555. Windows color (decimal): -2024438 or 662753. OLE color: 662753.
HSL color Cylindrical-coordinate representation of color #E11C0A: hue angle of 5.02º 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 #E11C0A is Cyan = 0, Magento = 0.88, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 28 | 10 | - |
| CMYK | 0 | 0.88 | 0.96 | 0.12 |
| HSL | 5.02º | 0.91% | 0.46% | - |
| HSV(B) | 5.02º | 0.96% | 0.88% | - |
| XYZ | 31.52 | 16.86 | 1.88 | - |
| YUV | 84.85 | 85.77 | 227.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 28 | 10 | 0 | 0.88 | 0.96 | 0.12 | 5.02 | 0.91 | 0.46 |
| Hex | E1 | 1C | A | 0 | 58 | 60 | C | 5 | 5B | 2E |
| Octal | 341 | 34 | 12 | 0 | 130 | 140 | 14 | 5 | 133 | 56 |
| Binary | 11100001 | 11100 | 1010 | 0 | 1011000 | 1100000 | 1100 | 101 | 1011011 | 101110 |
Color Harmonies of #E11C0A
Complementary color
Monochromatic Colors of #E11C0A
Black with #E11C0A
Text Example
Text Example
White with #E11C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11C0A; }
p { color: rgb(225,28,10); }
H1.HeaderClassName
{
color: #E11C0A;
}
.AnyTagClassName
{
color: #E11C0A;
}
</style>
background-color css
<style>
a { background-color: #E11C0A; }
a { background-color: rgb(225,28,10); }
div.DivClassName
{
background-color: #E11C0A;
}
.BgClassName
{
background-color: #E11C0A;
}
</style>
border-color css
<style>
span { border-color: #E11C0A; }
span { border-color: rgb(225,28,10); }
td.TdClassName
{
border-color: #E11C0A;
}
.TagClassName
{
border-color: #E11C0A;
}
</style>