Shades of Scarlet #E61F17
Tints of Scarlet #E61F17
RGB
CMYK
RGB Variations
Color information
#E61F17 (or 0xE61F17) is known color: Scarlet. HEX triplet: E6, 1F and 17. RGB value is (230,31,23). Sum of RGB (Red+Green+Blue) = 230+31+23=284 (37% of max value = 765). Red value is 230 (90.23% from 255 or 80.99% from 284); Green value is 31 (12.5% from 255 or 10.92% from 284); Blue value is 23 (9.38% from 255 or 8.10% from 284); Max value from RGB is 230 - color contains mainly: red. Hex color #E61F17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E61F17 is #19E0E8. Grayscale: #595959. Windows color (decimal): -1695977 or 1515494. OLE color: 1515494.
HSL color Cylindrical-coordinate representation of color #E61F17: hue angle of 2.32º 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 #E61F17 is Cyan = 0, Magento = 0.87, Yellow = 0.9 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 31 | 23 | - |
| CMYK | 0 | 0.87 | 0.9 | 0.10 |
| HSL | 2.32º | 0.82% | 0.5% | - |
| HSV(B) | 2.32º | 0.9% | 0.9% | - |
| XYZ | 33.28 | 17.86 | 2.5 | - |
| YUV | 89.59 | 90.43 | 228.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 31 | 23 | 0 | 0.87 | 0.9 | 0.10 | 2.32 | 0.82 | 0.5 |
| Hex | E6 | 1F | 17 | 0 | 57 | 5A | A | 2 | 52 | 32 |
| Octal | 346 | 37 | 27 | 0 | 127 | 132 | 12 | 2 | 122 | 62 |
| Binary | 11100110 | 11111 | 10111 | 0 | 1010111 | 1011010 | 1010 | 10 | 1010010 | 110010 |
Color Harmonies of #E61F17
Complementary color
Monochromatic Colors of #E61F17
Black with #E61F17
Text Example
Text Example
White with #E61F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61F17; }
p { color: rgb(230,31,23); }
H1.HeaderClassName
{
color: #E61F17;
}
.AnyTagClassName
{
color: #E61F17;
}
</style>
background-color css
<style>
a { background-color: #E61F17; }
a { background-color: rgb(230,31,23); }
div.DivClassName
{
background-color: #E61F17;
}
.BgClassName
{
background-color: #E61F17;
}
</style>
border-color css
<style>
span { border-color: #E61F17; }
span { border-color: rgb(230,31,23); }
td.TdClassName
{
border-color: #E61F17;
}
.TagClassName
{
border-color: #E61F17;
}
</style>