Shades of Scarlet #EC1A18
Tints of Scarlet #EC1A18
RGB
CMYK
RGB Variations
Color information
#EC1A18 (or 0xEC1A18) is known color: Scarlet. HEX triplet: EC, 1A and 18. RGB value is (236,26,24). Sum of RGB (Red+Green+Blue) = 236+26+24=286 (37% of max value = 765). Red value is 236 (92.58% from 255 or 82.52% from 286); Green value is 26 (10.55% from 255 or 9.09% from 286); Blue value is 24 (9.77% from 255 or 8.39% from 286); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1A18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC1A18 is #13E5E7. Grayscale: #585858. Windows color (decimal): -1304040 or 1579756. OLE color: 1579756.
HSL color Cylindrical-coordinate representation of color #EC1A18: hue angle of 0.57º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC1A18 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 26 | 24 | - |
| CMYK | 0 | 0.89 | 0.90 | 0.07 |
| HSL | 0.57º | 0.85% | 0.51% | - |
| HSV(B) | 0.57º | 0.9% | 0.93% | - |
| XYZ | 35.13 | 18.64 | 2.61 | - |
| YUV | 88.56 | 91.57 | 233.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 26 | 24 | 0 | 0.89 | 0.90 | 0.07 | 0.57 | 0.85 | 0.51 |
| Hex | EC | 1A | 18 | 0 | 59 | 5A | 7 | 1 | 55 | 33 |
| Octal | 354 | 32 | 30 | 0 | 131 | 132 | 7 | 1 | 125 | 63 |
| Binary | 11101100 | 11010 | 11000 | 0 | 1011001 | 1011010 | 111 | 1 | 1010101 | 110011 |
Color Harmonies of #EC1A18
Complementary color
Monochromatic Colors of #EC1A18
Black with #EC1A18
Text Example
Text Example
White with #EC1A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1A18; }
p { color: rgb(236,26,24); }
H1.HeaderClassName
{
color: #EC1A18;
}
.AnyTagClassName
{
color: #EC1A18;
}
</style>
background-color css
<style>
a { background-color: #EC1A18; }
a { background-color: rgb(236,26,24); }
div.DivClassName
{
background-color: #EC1A18;
}
.BgClassName
{
background-color: #EC1A18;
}
</style>
border-color css
<style>
span { border-color: #EC1A18; }
span { border-color: rgb(236,26,24); }
td.TdClassName
{
border-color: #EC1A18;
}
.TagClassName
{
border-color: #EC1A18;
}
</style>