Shades of Scarlet #EC1409
Tints of Scarlet #EC1409
RGB
CMYK
RGB Variations
Color information
#EC1409 (or 0xEC1409) is known color: Scarlet. HEX triplet: EC, 14 and 09. RGB value is (236,20,9). Sum of RGB (Red+Green+Blue) = 236+20+9=265 (35% of max value = 765). Red value is 236 (92.58% from 255 or 89.06% from 265); Green value is 20 (8.20% from 255 or 7.55% from 265); Blue value is 9 (3.91% from 255 or 3.40% from 265); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1409 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1409 is #13EBF6. Grayscale: #535353. Windows color (decimal): -1305591 or 595180. OLE color: 595180.
HSL color Cylindrical-coordinate representation of color #EC1409: hue angle of 2.91º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EC1409 is Cyan = 0, Magento = 0.92, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 20 | 9 | - |
| CMYK | 0 | 0.92 | 0.96 | 0.07 |
| HSL | 2.91º | 0.93% | 0.48% | - |
| HSV(B) | 2.91º | 0.96% | 0.93% | - |
| XYZ | 34.89 | 18.35 | 1.96 | - |
| YUV | 83.33 | 86.06 | 236.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 20 | 9 | 0 | 0.92 | 0.96 | 0.07 | 2.91 | 0.93 | 0.48 |
| Hex | EC | 14 | 9 | 0 | 5C | 60 | 7 | 3 | 5D | 30 |
| Octal | 354 | 24 | 11 | 0 | 134 | 140 | 7 | 3 | 135 | 60 |
| Binary | 11101100 | 10100 | 1001 | 0 | 1011100 | 1100000 | 111 | 11 | 1011101 | 110000 |
Color Harmonies of #EC1409
Complementary color
Monochromatic Colors of #EC1409
Black with #EC1409
Text Example
Text Example
White with #EC1409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1409; }
p { color: rgb(236,20,9); }
H1.HeaderClassName
{
color: #EC1409;
}
.AnyTagClassName
{
color: #EC1409;
}
</style>
background-color css
<style>
a { background-color: #EC1409; }
a { background-color: rgb(236,20,9); }
div.DivClassName
{
background-color: #EC1409;
}
.BgClassName
{
background-color: #EC1409;
}
</style>
border-color css
<style>
span { border-color: #EC1409; }
span { border-color: rgb(236,20,9); }
td.TdClassName
{
border-color: #EC1409;
}
.TagClassName
{
border-color: #EC1409;
}
</style>