Shades of Scarlet #EC1901
Tints of Scarlet #EC1901
RGB
CMYK
RGB Variations
Color information
#EC1901 (or 0xEC1901) is known color: Scarlet. HEX triplet: EC, 19 and 01. RGB value is (236,25,1). Sum of RGB (Red+Green+Blue) = 236+25+1=262 (34% of max value = 765). Red value is 236 (92.58% from 255 or 90.08% from 262); Green value is 25 (10.16% from 255 or 9.54% from 262); Blue value is 1 (0.78% from 255 or 0.38% from 262); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1901 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1901 is #13E6FE. Grayscale: #555555. Windows color (decimal): -1304319 or 72172. OLE color: 72172.
HSL color Cylindrical-coordinate representation of color #EC1901: hue angle of 6.13º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC1901 is Cyan = 0, Magento = 0.89, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 25 | 1 | - |
| CMYK | 0 | 0.89 | 1.00 | 0.07 |
| HSL | 6.13º | 0.99% | 0.46% | - |
| HSV(B) | 6.13º | 1% | 0.93% | - |
| XYZ | 34.95 | 18.53 | 1.76 | - |
| YUV | 85.35 | 80.4 | 235.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 25 | 1 | 0 | 0.89 | 1.00 | 0.07 | 6.13 | 0.99 | 0.46 |
| Hex | EC | 19 | 1 | 0 | 59 | 64 | 7 | 6 | 63 | 2E |
| Octal | 354 | 31 | 1 | 0 | 131 | 144 | 7 | 6 | 143 | 56 |
| Binary | 11101100 | 11001 | 1 | 0 | 1011001 | 1100100 | 111 | 110 | 1100011 | 101110 |
Color Harmonies of #EC1901
Complementary color
Monochromatic Colors of #EC1901
Black with #EC1901
Text Example
Text Example
White with #EC1901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1901; }
p { color: rgb(236,25,1); }
H1.HeaderClassName
{
color: #EC1901;
}
.AnyTagClassName
{
color: #EC1901;
}
</style>
background-color css
<style>
a { background-color: #EC1901; }
a { background-color: rgb(236,25,1); }
div.DivClassName
{
background-color: #EC1901;
}
.BgClassName
{
background-color: #EC1901;
}
</style>
border-color css
<style>
span { border-color: #EC1901; }
span { border-color: rgb(236,25,1); }
td.TdClassName
{
border-color: #EC1901;
}
.TagClassName
{
border-color: #EC1901;
}
</style>