Shades of Scarlet #E11412
Tints of Scarlet #E11412
RGB
CMYK
RGB Variations
Color information
#E11412 (or 0xE11412) is known color: Scarlet. HEX triplet: E1, 14 and 12. RGB value is (225,20,18). Sum of RGB (Red+Green+Blue) = 225+20+18=263 (34% of max value = 765). Red value is 225 (88.28% from 255 or 85.55% from 263); Green value is 20 (8.20% from 255 or 7.60% from 263); Blue value is 18 (7.42% from 255 or 6.84% from 263); Max value from RGB is 225 - color contains mainly: red. Hex color #E11412 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E11412 is #1EEBED. Grayscale: #515151. Windows color (decimal): -2026478 or 1184993. OLE color: 1184993.
HSL color Cylindrical-coordinate representation of color #E11412: hue angle of 0.58º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E11412 is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 20 | 18 | - |
| CMYK | 0 | 0.91 | 0.92 | 0.12 |
| HSL | 0.58º | 0.85% | 0.48% | - |
| HSV(B) | 0.58º | 0.92% | 0.88% | - |
| XYZ | 31.41 | 16.55 | 2.11 | - |
| YUV | 81.07 | 92.42 | 230.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 20 | 18 | 0 | 0.91 | 0.92 | 0.12 | 0.58 | 0.85 | 0.48 |
| Hex | E1 | 14 | 12 | 0 | 5B | 5C | C | 1 | 55 | 30 |
| Octal | 341 | 24 | 22 | 0 | 133 | 134 | 14 | 1 | 125 | 60 |
| Binary | 11100001 | 10100 | 10010 | 0 | 1011011 | 1011100 | 1100 | 1 | 1010101 | 110000 |
Color Harmonies of #E11412
Complementary color
Monochromatic Colors of #E11412
Black with #E11412
Text Example
Text Example
White with #E11412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11412; }
p { color: rgb(225,20,18); }
H1.HeaderClassName
{
color: #E11412;
}
.AnyTagClassName
{
color: #E11412;
}
</style>
background-color css
<style>
a { background-color: #E11412; }
a { background-color: rgb(225,20,18); }
div.DivClassName
{
background-color: #E11412;
}
.BgClassName
{
background-color: #E11412;
}
</style>
border-color css
<style>
span { border-color: #E11412; }
span { border-color: rgb(225,20,18); }
td.TdClassName
{
border-color: #E11412;
}
.TagClassName
{
border-color: #E11412;
}
</style>