Shades of Scarlet #EC1410
Tints of Scarlet #EC1410
RGB
CMYK
RGB Variations
Color information
#EC1410 (or 0xEC1410) is known color: Scarlet. HEX triplet: EC, 14 and 10. RGB value is (236,20,16). Sum of RGB (Red+Green+Blue) = 236+20+16=272 (36% of max value = 765). Red value is 236 (92.58% from 255 or 86.76% from 272); Green value is 20 (8.20% from 255 or 7.35% from 272); Blue value is 16 (6.64% from 255 or 5.88% from 272); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1410 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1410 is #13EBEF. Grayscale: #545454. Windows color (decimal): -1305584 or 1053932. OLE color: 1053932.
HSL color Cylindrical-coordinate representation of color #EC1410: hue angle of 1.09º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC1410 is Cyan = 0, Magento = 0.92, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 20 | 16 | - |
| CMYK | 0 | 0.92 | 0.93 | 0.07 |
| HSL | 1.09º | 0.87% | 0.49% | - |
| HSV(B) | 1.09º | 0.93% | 0.93% | - |
| XYZ | 34.94 | 18.37 | 2.19 | - |
| YUV | 84.13 | 89.56 | 236.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 20 | 16 | 0 | 0.92 | 0.93 | 0.07 | 1.09 | 0.87 | 0.49 |
| Hex | EC | 14 | 10 | 0 | 5C | 5D | 7 | 1 | 57 | 31 |
| Octal | 354 | 24 | 20 | 0 | 134 | 135 | 7 | 1 | 127 | 61 |
| Binary | 11101100 | 10100 | 10000 | 0 | 1011100 | 1011101 | 111 | 1 | 1010111 | 110001 |
Color Harmonies of #EC1410
Complementary color
Monochromatic Colors of #EC1410
Black with #EC1410
Text Example
Text Example
White with #EC1410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1410; }
p { color: rgb(236,20,16); }
H1.HeaderClassName
{
color: #EC1410;
}
.AnyTagClassName
{
color: #EC1410;
}
</style>
background-color css
<style>
a { background-color: #EC1410; }
a { background-color: rgb(236,20,16); }
div.DivClassName
{
background-color: #EC1410;
}
.BgClassName
{
background-color: #EC1410;
}
</style>
border-color css
<style>
span { border-color: #EC1410; }
span { border-color: rgb(236,20,16); }
td.TdClassName
{
border-color: #EC1410;
}
.TagClassName
{
border-color: #EC1410;
}
</style>