Shades of Scarlet #EC211A
Tints of Scarlet #EC211A
RGB
CMYK
RGB Variations
Color information
#EC211A (or 0xEC211A) is known color: Scarlet. HEX triplet: EC, 21 and 1A. RGB value is (236,33,26). Sum of RGB (Red+Green+Blue) = 236+33+26=295 (39% of max value = 765). Red value is 236 (92.58% from 255 or 80% from 295); Green value is 33 (13.28% from 255 or 11.19% from 295); Blue value is 26 (10.55% from 255 or 8.81% from 295); Max value from RGB is 236 - color contains mainly: red. Hex color #EC211A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC211A is #13DEE5. Grayscale: #5D5D5D. Windows color (decimal): -1302246 or 1712620. OLE color: 1712620.
HSL color Cylindrical-coordinate representation of color #EC211A: hue angle of 2º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC211A is Cyan = 0, Magento = 0.86, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 33 | 26 | - |
| CMYK | 0 | 0.86 | 0.89 | 0.07 |
| HSL | 2º | 0.85% | 0.51% | - |
| HSV(B) | 2º | 0.89% | 0.93% | - |
| XYZ | 35.32 | 19 | 2.78 | - |
| YUV | 92.9 | 90.25 | 230.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 33 | 26 | 0 | 0.86 | 0.89 | 0.07 | 2 | 0.85 | 0.51 |
| Hex | EC | 21 | 1A | 0 | 56 | 59 | 7 | 2 | 55 | 33 |
| Octal | 354 | 41 | 32 | 0 | 126 | 131 | 7 | 2 | 125 | 63 |
| Binary | 11101100 | 100001 | 11010 | 0 | 1010110 | 1011001 | 111 | 10 | 1010101 | 110011 |
Color Harmonies of #EC211A
Complementary color
Monochromatic Colors of #EC211A
Black with #EC211A
Text Example
Text Example
White with #EC211A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC211A; }
p { color: rgb(236,33,26); }
H1.HeaderClassName
{
color: #EC211A;
}
.AnyTagClassName
{
color: #EC211A;
}
</style>
background-color css
<style>
a { background-color: #EC211A; }
a { background-color: rgb(236,33,26); }
div.DivClassName
{
background-color: #EC211A;
}
.BgClassName
{
background-color: #EC211A;
}
</style>
border-color css
<style>
span { border-color: #EC211A; }
span { border-color: rgb(236,33,26); }
td.TdClassName
{
border-color: #EC211A;
}
.TagClassName
{
border-color: #EC211A;
}
</style>