Shades of Scarlet #E62112
Tints of Scarlet #E62112
RGB
CMYK
RGB Variations
Color information
#E62112 (or 0xE62112) is known color: Scarlet. HEX triplet: E6, 21 and 12. RGB value is (230,33,18). Sum of RGB (Red+Green+Blue) = 230+33+18=281 (37% of max value = 765). Red value is 230 (90.23% from 255 or 81.85% from 281); Green value is 33 (13.28% from 255 or 11.74% from 281); Blue value is 18 (7.42% from 255 or 6.41% from 281); Max value from RGB is 230 - color contains mainly: red. Hex color #E62112 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E62112 is #19DEED. Grayscale: #5A5A5A. Windows color (decimal): -1695470 or 1188326. OLE color: 1188326.
HSL color Cylindrical-coordinate representation of color #E62112: hue angle of 4.25º 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 #E62112 is Cyan = 0, Magento = 0.86, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 33 | 18 | - |
| CMYK | 0 | 0.86 | 0.92 | 0.10 |
| HSL | 4.25º | 0.85% | 0.49% | - |
| HSV(B) | 4.25º | 0.92% | 0.9% | - |
| XYZ | 33.29 | 17.95 | 2.28 | - |
| YUV | 90.19 | 87.27 | 227.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 33 | 18 | 0 | 0.86 | 0.92 | 0.10 | 4.25 | 0.85 | 0.49 |
| Hex | E6 | 21 | 12 | 0 | 56 | 5C | A | 4 | 55 | 31 |
| Octal | 346 | 41 | 22 | 0 | 126 | 134 | 12 | 4 | 125 | 61 |
| Binary | 11100110 | 100001 | 10010 | 0 | 1010110 | 1011100 | 1010 | 100 | 1010101 | 110001 |
Color Harmonies of #E62112
Complementary color
Monochromatic Colors of #E62112
Black with #E62112
Text Example
Text Example
White with #E62112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62112; }
p { color: rgb(230,33,18); }
H1.HeaderClassName
{
color: #E62112;
}
.AnyTagClassName
{
color: #E62112;
}
</style>
background-color css
<style>
a { background-color: #E62112; }
a { background-color: rgb(230,33,18); }
div.DivClassName
{
background-color: #E62112;
}
.BgClassName
{
background-color: #E62112;
}
</style>
border-color css
<style>
span { border-color: #E62112; }
span { border-color: rgb(230,33,18); }
td.TdClassName
{
border-color: #E62112;
}
.TagClassName
{
border-color: #E62112;
}
</style>