Shades of Scarlet #EC1908
Tints of Scarlet #EC1908
RGB
CMYK
RGB Variations
Color information
#EC1908 (or 0xEC1908) is known color: Scarlet. HEX triplet: EC, 19 and 08. RGB value is (236,25,8). Sum of RGB (Red+Green+Blue) = 236+25+8=269 (35% of max value = 765). Red value is 236 (92.58% from 255 or 87.73% from 269); Green value is 25 (10.16% from 255 or 9.29% from 269); Blue value is 8 (3.52% from 255 or 2.97% from 269); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1908 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1908 is #13E6F7. Grayscale: #565656. Windows color (decimal): -1304312 or 530924. OLE color: 530924.
HSL color Cylindrical-coordinate representation of color #EC1908: hue angle of 4.47º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC1908 is Cyan = 0, Magento = 0.89, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 25 | 8 | - |
| CMYK | 0 | 0.89 | 0.97 | 0.07 |
| HSL | 4.47º | 0.93% | 0.48% | - |
| HSV(B) | 4.47º | 0.97% | 0.93% | - |
| XYZ | 34.98 | 18.55 | 1.97 | - |
| YUV | 86.15 | 83.9 | 234.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 25 | 8 | 0 | 0.89 | 0.97 | 0.07 | 4.47 | 0.93 | 0.48 |
| Hex | EC | 19 | 8 | 0 | 59 | 61 | 7 | 4 | 5D | 30 |
| Octal | 354 | 31 | 10 | 0 | 131 | 141 | 7 | 4 | 135 | 60 |
| Binary | 11101100 | 11001 | 1000 | 0 | 1011001 | 1100001 | 111 | 100 | 1011101 | 110000 |
Color Harmonies of #EC1908
Complementary color
Monochromatic Colors of #EC1908
Black with #EC1908
Text Example
Text Example
White with #EC1908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1908; }
p { color: rgb(236,25,8); }
H1.HeaderClassName
{
color: #EC1908;
}
.AnyTagClassName
{
color: #EC1908;
}
</style>
background-color css
<style>
a { background-color: #EC1908; }
a { background-color: rgb(236,25,8); }
div.DivClassName
{
background-color: #EC1908;
}
.BgClassName
{
background-color: #EC1908;
}
</style>
border-color css
<style>
span { border-color: #EC1908; }
span { border-color: rgb(236,25,8); }
td.TdClassName
{
border-color: #EC1908;
}
.TagClassName
{
border-color: #EC1908;
}
</style>