Shades of Scarlet #E62211
Tints of Scarlet #E62211
RGB
CMYK
RGB Variations
Color information
#E62211 (or 0xE62211) is known color: Scarlet. HEX triplet: E6, 22 and 11. RGB value is (230,34,17). Sum of RGB (Red+Green+Blue) = 230+34+17=281 (37% of max value = 765). Red value is 230 (90.23% from 255 or 81.85% from 281); Green value is 34 (13.67% from 255 or 12.10% from 281); Blue value is 17 (7.03% from 255 or 6.05% from 281); Max value from RGB is 230 - color contains mainly: red. Hex color #E62211 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E62211 is #19DDEE. Grayscale: #5A5A5A. Windows color (decimal): -1695215 or 1123046. OLE color: 1123046.
HSL color Cylindrical-coordinate representation of color #E62211: hue angle of 4.79º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E62211 is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 34 | 17 | - |
| CMYK | 0 | 0.85 | 0.93 | 0.10 |
| HSL | 4.79º | 0.86% | 0.48% | - |
| HSV(B) | 4.79º | 0.93% | 0.9% | - |
| XYZ | 33.31 | 18.01 | 2.25 | - |
| YUV | 90.67 | 86.43 | 227.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 34 | 17 | 0 | 0.85 | 0.93 | 0.10 | 4.79 | 0.86 | 0.48 |
| Hex | E6 | 22 | 11 | 0 | 55 | 5D | A | 5 | 56 | 30 |
| Octal | 346 | 42 | 21 | 0 | 125 | 135 | 12 | 5 | 126 | 60 |
| Binary | 11100110 | 100010 | 10001 | 0 | 1010101 | 1011101 | 1010 | 101 | 1010110 | 110000 |
Color Harmonies of #E62211
Complementary color
Monochromatic Colors of #E62211
Black with #E62211
Text Example
Text Example
White with #E62211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62211; }
p { color: rgb(230,34,17); }
H1.HeaderClassName
{
color: #E62211;
}
.AnyTagClassName
{
color: #E62211;
}
</style>
background-color css
<style>
a { background-color: #E62211; }
a { background-color: rgb(230,34,17); }
div.DivClassName
{
background-color: #E62211;
}
.BgClassName
{
background-color: #E62211;
}
</style>
border-color css
<style>
span { border-color: #E62211; }
span { border-color: rgb(230,34,17); }
td.TdClassName
{
border-color: #E62211;
}
.TagClassName
{
border-color: #E62211;
}
</style>