Shades of Scarlet #E62012
Tints of Scarlet #E62012
RGB
CMYK
RGB Variations
Color information
#E62012 (or 0xE62012) is known color: Scarlet. HEX triplet: E6, 20 and 12. RGB value is (230,32,18). Sum of RGB (Red+Green+Blue) = 230+32+18=280 (37% of max value = 765). Red value is 230 (90.23% from 255 or 82.14% from 280); Green value is 32 (12.89% from 255 or 11.43% from 280); Blue value is 18 (7.42% from 255 or 6.43% from 280); Max value from RGB is 230 - color contains mainly: red. Hex color #E62012 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E62012 is #19DFED. Grayscale: #595959. Windows color (decimal): -1695726 or 1188070. OLE color: 1188070.
HSL color Cylindrical-coordinate representation of color #E62012: hue angle of 3.96º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E62012 is Cyan = 0, Magento = 0.86, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 32 | 18 | - |
| CMYK | 0 | 0.86 | 0.92 | 0.10 |
| HSL | 3.96º | 0.85% | 0.49% | - |
| HSV(B) | 3.96º | 0.92% | 0.9% | - |
| XYZ | 33.26 | 17.9 | 2.27 | - |
| YUV | 89.61 | 87.6 | 228.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 32 | 18 | 0 | 0.86 | 0.92 | 0.10 | 3.96 | 0.85 | 0.49 |
| Hex | E6 | 20 | 12 | 0 | 56 | 5C | A | 4 | 55 | 31 |
| Octal | 346 | 40 | 22 | 0 | 126 | 134 | 12 | 4 | 125 | 61 |
| Binary | 11100110 | 100000 | 10010 | 0 | 1010110 | 1011100 | 1010 | 100 | 1010101 | 110001 |
Color Harmonies of #E62012
Complementary color
Monochromatic Colors of #E62012
Black with #E62012
Text Example
Text Example
White with #E62012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62012; }
p { color: rgb(230,32,18); }
H1.HeaderClassName
{
color: #E62012;
}
.AnyTagClassName
{
color: #E62012;
}
</style>
background-color css
<style>
a { background-color: #E62012; }
a { background-color: rgb(230,32,18); }
div.DivClassName
{
background-color: #E62012;
}
.BgClassName
{
background-color: #E62012;
}
</style>
border-color css
<style>
span { border-color: #E62012; }
span { border-color: rgb(230,32,18); }
td.TdClassName
{
border-color: #E62012;
}
.TagClassName
{
border-color: #E62012;
}
</style>