Shades of Scarlet #E52012
Tints of Scarlet #E52012
RGB
CMYK
RGB Variations
Color information
#E52012 (or 0xE52012) is known color: Scarlet. HEX triplet: E5, 20 and 12. RGB value is (229,32,18). Sum of RGB (Red+Green+Blue) = 229+32+18=279 (36% of max value = 765). Red value is 229 (89.84% from 255 or 82.08% from 279); Green value is 32 (12.89% from 255 or 11.47% from 279); Blue value is 18 (7.42% from 255 or 6.45% from 279); Max value from RGB is 229 - color contains mainly: red. Hex color #E52012 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E52012 is #1ADFED. Grayscale: #595959. Windows color (decimal): -1761262 or 1188069. OLE color: 1188069.
HSL color Cylindrical-coordinate representation of color #E52012: hue angle of 3.98º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E52012 is Cyan = 0, Magento = 0.86, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 32 | 18 | - |
| CMYK | 0 | 0.86 | 0.92 | 0.10 |
| HSL | 3.98º | 0.85% | 0.48% | - |
| HSV(B) | 3.98º | 0.92% | 0.9% | - |
| XYZ | 32.94 | 17.73 | 2.26 | - |
| YUV | 89.31 | 87.77 | 227.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 32 | 18 | 0 | 0.86 | 0.92 | 0.10 | 3.98 | 0.85 | 0.48 |
| Hex | E5 | 20 | 12 | 0 | 56 | 5C | A | 4 | 55 | 30 |
| Octal | 345 | 40 | 22 | 0 | 126 | 134 | 12 | 4 | 125 | 60 |
| Binary | 11100101 | 100000 | 10010 | 0 | 1010110 | 1011100 | 1010 | 100 | 1010101 | 110000 |
Color Harmonies of #E52012
Complementary color
Monochromatic Colors of #E52012
Black with #E52012
Text Example
Text Example
White with #E52012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52012; }
p { color: rgb(229,32,18); }
H1.HeaderClassName
{
color: #E52012;
}
.AnyTagClassName
{
color: #E52012;
}
</style>
background-color css
<style>
a { background-color: #E52012; }
a { background-color: rgb(229,32,18); }
div.DivClassName
{
background-color: #E52012;
}
.BgClassName
{
background-color: #E52012;
}
</style>
border-color css
<style>
span { border-color: #E52012; }
span { border-color: rgb(229,32,18); }
td.TdClassName
{
border-color: #E52012;
}
.TagClassName
{
border-color: #E52012;
}
</style>