Shades of Scarlet #E32012
Tints of Scarlet #E32012
RGB
CMYK
RGB Variations
Color information
#E32012 (or 0xE32012) is known color: Scarlet. HEX triplet: E3, 20 and 12. RGB value is (227,32,18). Sum of RGB (Red+Green+Blue) = 227+32+18=277 (36% of max value = 765). Red value is 227 (89.06% from 255 or 81.95% from 277); Green value is 32 (12.89% from 255 or 11.55% from 277); Blue value is 18 (7.42% from 255 or 6.50% from 277); Max value from RGB is 227 - color contains mainly: red. Hex color #E32012 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E32012 is #1CDFED. Grayscale: #585858. Windows color (decimal): -1892334 or 1188067. OLE color: 1188067.
HSL color Cylindrical-coordinate representation of color #E32012: hue angle of 4.02º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E32012 is Cyan = 0, Magento = 0.86, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 32 | 18 | - |
| CMYK | 0 | 0.86 | 0.92 | 0.11 |
| HSL | 4.02º | 0.85% | 0.48% | - |
| HSV(B) | 4.02º | 0.92% | 0.89% | - |
| XYZ | 32.3 | 17.41 | 2.23 | - |
| YUV | 88.71 | 88.1 | 226.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 32 | 18 | 0 | 0.86 | 0.92 | 0.11 | 4.02 | 0.85 | 0.48 |
| Hex | E3 | 20 | 12 | 0 | 56 | 5C | B | 4 | 55 | 30 |
| Octal | 343 | 40 | 22 | 0 | 126 | 134 | 13 | 4 | 125 | 60 |
| Binary | 11100011 | 100000 | 10010 | 0 | 1010110 | 1011100 | 1011 | 100 | 1010101 | 110000 |
Color Harmonies of #E32012
Complementary color
Monochromatic Colors of #E32012
Black with #E32012
Text Example
Text Example
White with #E32012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32012; }
p { color: rgb(227,32,18); }
H1.HeaderClassName
{
color: #E32012;
}
.AnyTagClassName
{
color: #E32012;
}
</style>
background-color css
<style>
a { background-color: #E32012; }
a { background-color: rgb(227,32,18); }
div.DivClassName
{
background-color: #E32012;
}
.BgClassName
{
background-color: #E32012;
}
</style>
border-color css
<style>
span { border-color: #E32012; }
span { border-color: rgb(227,32,18); }
td.TdClassName
{
border-color: #E32012;
}
.TagClassName
{
border-color: #E32012;
}
</style>