Shades of Scarlet #EC190E
Tints of Scarlet #EC190E
RGB
CMYK
RGB Variations
Color information
#EC190E (or 0xEC190E) is known color: Scarlet. HEX triplet: EC, 19 and 0E. RGB value is (236,25,14). Sum of RGB (Red+Green+Blue) = 236+25+14=275 (36% of max value = 765). Red value is 236 (92.58% from 255 or 85.82% from 275); Green value is 25 (10.16% from 255 or 9.09% from 275); Blue value is 14 (5.86% from 255 or 5.09% from 275); Max value from RGB is 236 - color contains mainly: red. Hex color #EC190E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC190E is #13E6F1. Grayscale: #575757. Windows color (decimal): -1304306 or 924140. OLE color: 924140.
HSL color Cylindrical-coordinate representation of color #EC190E: hue angle of 2.97º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC190E is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 25 | 14 | - |
| CMYK | 0 | 0.89 | 0.94 | 0.07 |
| HSL | 2.97º | 0.89% | 0.49% | - |
| HSV(B) | 2.97º | 0.94% | 0.93% | - |
| XYZ | 35.02 | 18.56 | 2.15 | - |
| YUV | 86.84 | 86.9 | 234.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 25 | 14 | 0 | 0.89 | 0.94 | 0.07 | 2.97 | 0.89 | 0.49 |
| Hex | EC | 19 | E | 0 | 59 | 5E | 7 | 3 | 59 | 31 |
| Octal | 354 | 31 | 16 | 0 | 131 | 136 | 7 | 3 | 131 | 61 |
| Binary | 11101100 | 11001 | 1110 | 0 | 1011001 | 1011110 | 111 | 11 | 1011001 | 110001 |
Color Harmonies of #EC190E
Complementary color
Monochromatic Colors of #EC190E
Black with #EC190E
Text Example
Text Example
White with #EC190E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC190E; }
p { color: rgb(236,25,14); }
H1.HeaderClassName
{
color: #EC190E;
}
.AnyTagClassName
{
color: #EC190E;
}
</style>
background-color css
<style>
a { background-color: #EC190E; }
a { background-color: rgb(236,25,14); }
div.DivClassName
{
background-color: #EC190E;
}
.BgClassName
{
background-color: #EC190E;
}
</style>
border-color css
<style>
span { border-color: #EC190E; }
span { border-color: rgb(236,25,14); }
td.TdClassName
{
border-color: #EC190E;
}
.TagClassName
{
border-color: #EC190E;
}
</style>