Shades of Scarlet #EC1A16
Tints of Scarlet #EC1A16
RGB
CMYK
RGB Variations
Color information
#EC1A16 (or 0xEC1A16) is known color: Scarlet. HEX triplet: EC, 1A and 16. RGB value is (236,26,22). Sum of RGB (Red+Green+Blue) = 236+26+22=284 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.10% from 284); Green value is 26 (10.55% from 255 or 9.15% from 284); Blue value is 22 (8.98% from 255 or 7.75% from 284); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1A16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC1A16 is #13E5E9. Grayscale: #585858. Windows color (decimal): -1304042 or 1448684. OLE color: 1448684.
HSL color Cylindrical-coordinate representation of color #EC1A16: hue angle of 1.12º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC1A16 is Cyan = 0, Magento = 0.89, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 26 | 22 | - |
| CMYK | 0 | 0.89 | 0.91 | 0.07 |
| HSL | 1.12º | 0.85% | 0.51% | - |
| HSV(B) | 1.12º | 0.91% | 0.93% | - |
| XYZ | 35.11 | 18.63 | 2.5 | - |
| YUV | 88.33 | 90.57 | 233.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 26 | 22 | 0 | 0.89 | 0.91 | 0.07 | 1.12 | 0.85 | 0.51 |
| Hex | EC | 1A | 16 | 0 | 59 | 5B | 7 | 1 | 55 | 33 |
| Octal | 354 | 32 | 26 | 0 | 131 | 133 | 7 | 1 | 125 | 63 |
| Binary | 11101100 | 11010 | 10110 | 0 | 1011001 | 1011011 | 111 | 1 | 1010101 | 110011 |
Color Harmonies of #EC1A16
Complementary color
Monochromatic Colors of #EC1A16
Black with #EC1A16
Text Example
Text Example
White with #EC1A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1A16; }
p { color: rgb(236,26,22); }
H1.HeaderClassName
{
color: #EC1A16;
}
.AnyTagClassName
{
color: #EC1A16;
}
</style>
background-color css
<style>
a { background-color: #EC1A16; }
a { background-color: rgb(236,26,22); }
div.DivClassName
{
background-color: #EC1A16;
}
.BgClassName
{
background-color: #EC1A16;
}
</style>
border-color css
<style>
span { border-color: #EC1A16; }
span { border-color: rgb(236,26,22); }
td.TdClassName
{
border-color: #EC1A16;
}
.TagClassName
{
border-color: #EC1A16;
}
</style>