Shades of Scarlet #E61A17
Tints of Scarlet #E61A17
RGB
CMYK
RGB Variations
Color information
#E61A17 (or 0xE61A17) is known color: Scarlet. HEX triplet: E6, 1A and 17. RGB value is (230,26,23). Sum of RGB (Red+Green+Blue) = 230+26+23=279 (36% of max value = 765). Red value is 230 (90.23% from 255 or 82.44% from 279); Green value is 26 (10.55% from 255 or 9.32% from 279); Blue value is 23 (9.38% from 255 or 8.24% from 279); Max value from RGB is 230 - color contains mainly: red. Hex color #E61A17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E61A17 is #19E5E8. Grayscale: #565656. Windows color (decimal): -1697257 or 1514214. OLE color: 1514214.
HSL color Cylindrical-coordinate representation of color #E61A17: hue angle of 0.87º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E61A17 is Cyan = 0, Magento = 0.89, Yellow = 0.9 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 26 | 23 | - |
| CMYK | 0 | 0.89 | 0.9 | 0.10 |
| HSL | 0.87º | 0.82% | 0.5% | - |
| HSV(B) | 0.87º | 0.9% | 0.9% | - |
| XYZ | 33.16 | 17.62 | 2.46 | - |
| YUV | 86.65 | 92.09 | 230.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 26 | 23 | 0 | 0.89 | 0.9 | 0.10 | 0.87 | 0.82 | 0.5 |
| Hex | E6 | 1A | 17 | 0 | 59 | 5A | A | 1 | 52 | 32 |
| Octal | 346 | 32 | 27 | 0 | 131 | 132 | 12 | 1 | 122 | 62 |
| Binary | 11100110 | 11010 | 10111 | 0 | 1011001 | 1011010 | 1010 | 1 | 1010010 | 110010 |
Color Harmonies of #E61A17
Complementary color
Monochromatic Colors of #E61A17
Black with #E61A17
Text Example
Text Example
White with #E61A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61A17; }
p { color: rgb(230,26,23); }
H1.HeaderClassName
{
color: #E61A17;
}
.AnyTagClassName
{
color: #E61A17;
}
</style>
background-color css
<style>
a { background-color: #E61A17; }
a { background-color: rgb(230,26,23); }
div.DivClassName
{
background-color: #E61A17;
}
.BgClassName
{
background-color: #E61A17;
}
</style>
border-color css
<style>
span { border-color: #E61A17; }
span { border-color: rgb(230,26,23); }
td.TdClassName
{
border-color: #E61A17;
}
.TagClassName
{
border-color: #E61A17;
}
</style>