Shades of Scarlet #EC1614
Tints of Scarlet #EC1614
RGB
CMYK
RGB Variations
Color information
#EC1614 (or 0xEC1614) is known color: Scarlet. HEX triplet: EC, 16 and 14. RGB value is (236,22,20). Sum of RGB (Red+Green+Blue) = 236+22+20=278 (36% of max value = 765). Red value is 236 (92.58% from 255 or 84.89% from 278); Green value is 22 (8.98% from 255 or 7.91% from 278); Blue value is 20 (8.20% from 255 or 7.19% from 278); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1614 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1614 is #13E9EB. Grayscale: #555555. Windows color (decimal): -1305068 or 1316588. OLE color: 1316588.
HSL color Cylindrical-coordinate representation of color #EC1614: hue angle of 0.56º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC1614 is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 22 | 20 | - |
| CMYK | 0 | 0.91 | 0.92 | 0.07 |
| HSL | 0.56º | 0.85% | 0.5% | - |
| HSV(B) | 0.56º | 0.92% | 0.93% | - |
| XYZ | 35.01 | 18.46 | 2.38 | - |
| YUV | 85.76 | 90.9 | 235.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 22 | 20 | 0 | 0.91 | 0.92 | 0.07 | 0.56 | 0.85 | 0.5 |
| Hex | EC | 16 | 14 | 0 | 5B | 5C | 7 | 1 | 55 | 32 |
| Octal | 354 | 26 | 24 | 0 | 133 | 134 | 7 | 1 | 125 | 62 |
| Binary | 11101100 | 10110 | 10100 | 0 | 1011011 | 1011100 | 111 | 1 | 1010101 | 110010 |
Color Harmonies of #EC1614
Complementary color
Monochromatic Colors of #EC1614
Black with #EC1614
Text Example
Text Example
White with #EC1614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1614; }
p { color: rgb(236,22,20); }
H1.HeaderClassName
{
color: #EC1614;
}
.AnyTagClassName
{
color: #EC1614;
}
</style>
background-color css
<style>
a { background-color: #EC1614; }
a { background-color: rgb(236,22,20); }
div.DivClassName
{
background-color: #EC1614;
}
.BgClassName
{
background-color: #EC1614;
}
</style>
border-color css
<style>
span { border-color: #EC1614; }
span { border-color: rgb(236,22,20); }
td.TdClassName
{
border-color: #EC1614;
}
.TagClassName
{
border-color: #EC1614;
}
</style>