Shades of Scarlet #E61F14
Tints of Scarlet #E61F14
RGB
CMYK
RGB Variations
Color information
#E61F14 (or 0xE61F14) is known color: Scarlet. HEX triplet: E6, 1F and 14. RGB value is (230,31,20). Sum of RGB (Red+Green+Blue) = 230+31+20=281 (37% of max value = 765). Red value is 230 (90.23% from 255 or 81.85% from 281); Green value is 31 (12.5% from 255 or 11.03% from 281); Blue value is 20 (8.20% from 255 or 7.12% from 281); Max value from RGB is 230 - color contains mainly: red. Hex color #E61F14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E61F14 is #19E0EB. Grayscale: #595959. Windows color (decimal): -1695980 or 1318886. OLE color: 1318886.
HSL color Cylindrical-coordinate representation of color #E61F14: hue angle of 3.14º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E61F14 is Cyan = 0, Magento = 0.87, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 31 | 20 | - |
| CMYK | 0 | 0.87 | 0.91 | 0.10 |
| HSL | 3.14º | 0.84% | 0.49% | - |
| HSV(B) | 3.14º | 0.91% | 0.9% | - |
| XYZ | 33.25 | 17.85 | 2.36 | - |
| YUV | 89.25 | 88.93 | 228.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 31 | 20 | 0 | 0.87 | 0.91 | 0.10 | 3.14 | 0.84 | 0.49 |
| Hex | E6 | 1F | 14 | 0 | 57 | 5B | A | 3 | 54 | 31 |
| Octal | 346 | 37 | 24 | 0 | 127 | 133 | 12 | 3 | 124 | 61 |
| Binary | 11100110 | 11111 | 10100 | 0 | 1010111 | 1011011 | 1010 | 11 | 1010100 | 110001 |
Color Harmonies of #E61F14
Complementary color
Monochromatic Colors of #E61F14
Black with #E61F14
Text Example
Text Example
White with #E61F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61F14; }
p { color: rgb(230,31,20); }
H1.HeaderClassName
{
color: #E61F14;
}
.AnyTagClassName
{
color: #E61F14;
}
</style>
background-color css
<style>
a { background-color: #E61F14; }
a { background-color: rgb(230,31,20); }
div.DivClassName
{
background-color: #E61F14;
}
.BgClassName
{
background-color: #E61F14;
}
</style>
border-color css
<style>
span { border-color: #E61F14; }
span { border-color: rgb(230,31,20); }
td.TdClassName
{
border-color: #E61F14;
}
.TagClassName
{
border-color: #E61F14;
}
</style>