Shades of Scarlet #E62711
Tints of Scarlet #E62711
RGB
CMYK
RGB Variations
Color information
#E62711 (or 0xE62711) is known color: Scarlet. HEX triplet: E6, 27 and 11. RGB value is (230,39,17). Sum of RGB (Red+Green+Blue) = 230+39+17=286 (37% of max value = 765). Red value is 230 (90.23% from 255 or 80.42% from 286); Green value is 39 (15.62% from 255 or 13.64% from 286); Blue value is 17 (7.03% from 255 or 5.94% from 286); Max value from RGB is 230 - color contains mainly: red. Hex color #E62711 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E62711 is #19D8EE. Grayscale: #5D5D5D. Windows color (decimal): -1693935 or 1124326. OLE color: 1124326.
HSL color Cylindrical-coordinate representation of color #E62711: hue angle of 6.2º 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 #E62711 is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 39 | 17 | - |
| CMYK | 0 | 0.83 | 0.93 | 0.10 |
| HSL | 6.2º | 0.86% | 0.48% | - |
| HSV(B) | 6.2º | 0.93% | 0.9% | - |
| XYZ | 33.46 | 18.31 | 2.3 | - |
| YUV | 93.6 | 84.78 | 225.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 39 | 17 | 0 | 0.83 | 0.93 | 0.10 | 6.2 | 0.86 | 0.48 |
| Hex | E6 | 27 | 11 | 0 | 53 | 5D | A | 6 | 56 | 30 |
| Octal | 346 | 47 | 21 | 0 | 123 | 135 | 12 | 6 | 126 | 60 |
| Binary | 11100110 | 100111 | 10001 | 0 | 1010011 | 1011101 | 1010 | 110 | 1010110 | 110000 |
Color Harmonies of #E62711
Complementary color
Monochromatic Colors of #E62711
Black with #E62711
Text Example
Text Example
White with #E62711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62711; }
p { color: rgb(230,39,17); }
H1.HeaderClassName
{
color: #E62711;
}
.AnyTagClassName
{
color: #E62711;
}
</style>
background-color css
<style>
a { background-color: #E62711; }
a { background-color: rgb(230,39,17); }
div.DivClassName
{
background-color: #E62711;
}
.BgClassName
{
background-color: #E62711;
}
</style>
border-color css
<style>
span { border-color: #E62711; }
span { border-color: rgb(230,39,17); }
td.TdClassName
{
border-color: #E62711;
}
.TagClassName
{
border-color: #E62711;
}
</style>