Shades of Scarlet #E61C17
Tints of Scarlet #E61C17
RGB
CMYK
RGB Variations
Color information
#E61C17 (or 0xE61C17) is known color: Scarlet. HEX triplet: E6, 1C and 17. RGB value is (230,28,23). Sum of RGB (Red+Green+Blue) = 230+28+23=281 (37% of max value = 765). Red value is 230 (90.23% from 255 or 81.85% from 281); Green value is 28 (11.33% from 255 or 9.96% from 281); Blue value is 23 (9.38% from 255 or 8.19% from 281); Max value from RGB is 230 - color contains mainly: red. Hex color #E61C17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E61C17 is #19E3E8. Grayscale: #585858. Windows color (decimal): -1696745 or 1514726. OLE color: 1514726.
HSL color Cylindrical-coordinate representation of color #E61C17: hue angle of 1.45º 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 #E61C17 is Cyan = 0, Magento = 0.88, Yellow = 0.9 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 28 | 23 | - |
| CMYK | 0 | 0.88 | 0.9 | 0.10 |
| HSL | 1.45º | 0.82% | 0.5% | - |
| HSV(B) | 1.45º | 0.9% | 0.9% | - |
| XYZ | 33.2 | 17.72 | 2.48 | - |
| YUV | 87.83 | 91.42 | 229.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 28 | 23 | 0 | 0.88 | 0.9 | 0.10 | 1.45 | 0.82 | 0.5 |
| Hex | E6 | 1C | 17 | 0 | 58 | 5A | A | 1 | 52 | 32 |
| Octal | 346 | 34 | 27 | 0 | 130 | 132 | 12 | 1 | 122 | 62 |
| Binary | 11100110 | 11100 | 10111 | 0 | 1011000 | 1011010 | 1010 | 1 | 1010010 | 110010 |
Color Harmonies of #E61C17
Complementary color
Monochromatic Colors of #E61C17
Black with #E61C17
Text Example
Text Example
White with #E61C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61C17; }
p { color: rgb(230,28,23); }
H1.HeaderClassName
{
color: #E61C17;
}
.AnyTagClassName
{
color: #E61C17;
}
</style>
background-color css
<style>
a { background-color: #E61C17; }
a { background-color: rgb(230,28,23); }
div.DivClassName
{
background-color: #E61C17;
}
.BgClassName
{
background-color: #E61C17;
}
</style>
border-color css
<style>
span { border-color: #E61C17; }
span { border-color: rgb(230,28,23); }
td.TdClassName
{
border-color: #E61C17;
}
.TagClassName
{
border-color: #E61C17;
}
</style>