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