Shades of Scarlet #E61A11
Tints of Scarlet #E61A11
RGB
CMYK
RGB Variations
Color information
#E61A11 (or 0xE61A11) is known color: Scarlet. HEX triplet: E6, 1A and 11. RGB value is (230,26,17). Sum of RGB (Red+Green+Blue) = 230+26+17=273 (36% of max value = 765). Red value is 230 (90.23% from 255 or 84.25% from 273); Green value is 26 (10.55% from 255 or 9.52% from 273); Blue value is 17 (7.03% from 255 or 6.23% from 273); Max value from RGB is 230 - color contains mainly: red. Hex color #E61A11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E61A11 is #19E5EE. Grayscale: #565656. Windows color (decimal): -1697263 or 1120998. OLE color: 1120998.
HSL color Cylindrical-coordinate representation of color #E61A11: hue angle of 2.54º 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 #E61A11 is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 26 | 17 | - |
| CMYK | 0 | 0.89 | 0.93 | 0.10 |
| HSL | 2.54º | 0.86% | 0.48% | - |
| HSV(B) | 2.54º | 0.93% | 0.9% | - |
| XYZ | 33.1 | 17.6 | 2.18 | - |
| YUV | 85.97 | 89.09 | 230.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 26 | 17 | 0 | 0.89 | 0.93 | 0.10 | 2.54 | 0.86 | 0.48 |
| Hex | E6 | 1A | 11 | 0 | 59 | 5D | A | 3 | 56 | 30 |
| Octal | 346 | 32 | 21 | 0 | 131 | 135 | 12 | 3 | 126 | 60 |
| Binary | 11100110 | 11010 | 10001 | 0 | 1011001 | 1011101 | 1010 | 11 | 1010110 | 110000 |
Color Harmonies of #E61A11
Complementary color
Monochromatic Colors of #E61A11
Black with #E61A11
Text Example
Text Example
White with #E61A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61A11; }
p { color: rgb(230,26,17); }
H1.HeaderClassName
{
color: #E61A11;
}
.AnyTagClassName
{
color: #E61A11;
}
</style>
background-color css
<style>
a { background-color: #E61A11; }
a { background-color: rgb(230,26,17); }
div.DivClassName
{
background-color: #E61A11;
}
.BgClassName
{
background-color: #E61A11;
}
</style>
border-color css
<style>
span { border-color: #E61A11; }
span { border-color: rgb(230,26,17); }
td.TdClassName
{
border-color: #E61A11;
}
.TagClassName
{
border-color: #E61A11;
}
</style>