Shades of Scarlet #E01512
Tints of Scarlet #E01512
RGB
CMYK
RGB Variations
Color information
#E01512 (or 0xE01512) is known color: Scarlet. HEX triplet: E0, 15 and 12. RGB value is (224,21,18). Sum of RGB (Red+Green+Blue) = 224+21+18=263 (34% of max value = 765). Red value is 224 (87.89% from 255 or 85.17% from 263); Green value is 21 (8.59% from 255 or 7.98% from 263); Blue value is 18 (7.42% from 255 or 6.84% from 263); Max value from RGB is 224 - color contains mainly: red. Hex color #E01512 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E01512 is #1FEAED. Grayscale: #515151. Windows color (decimal): -2091758 or 1185248. OLE color: 1185248.
HSL color Cylindrical-coordinate representation of color #E01512: hue angle of 0.87º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E01512 is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 21 | 18 | - |
| CMYK | 0 | 0.91 | 0.92 | 0.12 |
| HSL | 0.87º | 0.85% | 0.47% | - |
| HSV(B) | 0.87º | 0.92% | 0.88% | - |
| XYZ | 31.12 | 16.43 | 2.1 | - |
| YUV | 81.36 | 92.25 | 229.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 21 | 18 | 0 | 0.91 | 0.92 | 0.12 | 0.87 | 0.85 | 0.47 |
| Hex | E0 | 15 | 12 | 0 | 5B | 5C | C | 1 | 55 | 2F |
| Octal | 340 | 25 | 22 | 0 | 133 | 134 | 14 | 1 | 125 | 57 |
| Binary | 11100000 | 10101 | 10010 | 0 | 1011011 | 1011100 | 1100 | 1 | 1010101 | 101111 |
Color Harmonies of #E01512
Complementary color
Monochromatic Colors of #E01512
Black with #E01512
Text Example
Text Example
White with #E01512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01512; }
p { color: rgb(224,21,18); }
H1.HeaderClassName
{
color: #E01512;
}
.AnyTagClassName
{
color: #E01512;
}
</style>
background-color css
<style>
a { background-color: #E01512; }
a { background-color: rgb(224,21,18); }
div.DivClassName
{
background-color: #E01512;
}
.BgClassName
{
background-color: #E01512;
}
</style>
border-color css
<style>
span { border-color: #E01512; }
span { border-color: rgb(224,21,18); }
td.TdClassName
{
border-color: #E01512;
}
.TagClassName
{
border-color: #E01512;
}
</style>