Shades of Scarlet #EC201A
Tints of Scarlet #EC201A
RGB
CMYK
RGB Variations
Color information
#EC201A (or 0xEC201A) is known color: Scarlet. HEX triplet: EC, 20 and 1A. RGB value is (236,32,26). Sum of RGB (Red+Green+Blue) = 236+32+26=294 (38% of max value = 765). Red value is 236 (92.58% from 255 or 80.27% from 294); Green value is 32 (12.89% from 255 or 10.88% from 294); Blue value is 26 (10.55% from 255 or 8.84% from 294); Max value from RGB is 236 - color contains mainly: red. Hex color #EC201A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC201A is #13DFE5. Grayscale: #5C5C5C. Windows color (decimal): -1302502 or 1712364. OLE color: 1712364.
HSL color Cylindrical-coordinate representation of color #EC201A: hue angle of 1.71º 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 #EC201A is Cyan = 0, Magento = 0.86, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 32 | 26 | - |
| CMYK | 0 | 0.86 | 0.89 | 0.07 |
| HSL | 1.71º | 0.85% | 0.51% | - |
| HSV(B) | 1.71º | 0.89% | 0.93% | - |
| XYZ | 35.3 | 18.94 | 2.77 | - |
| YUV | 92.31 | 90.59 | 230.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 32 | 26 | 0 | 0.86 | 0.89 | 0.07 | 1.71 | 0.85 | 0.51 |
| Hex | EC | 20 | 1A | 0 | 56 | 59 | 7 | 2 | 55 | 33 |
| Octal | 354 | 40 | 32 | 0 | 126 | 131 | 7 | 2 | 125 | 63 |
| Binary | 11101100 | 100000 | 11010 | 0 | 1010110 | 1011001 | 111 | 10 | 1010101 | 110011 |
Color Harmonies of #EC201A
Complementary color
Monochromatic Colors of #EC201A
Black with #EC201A
Text Example
Text Example
White with #EC201A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC201A; }
p { color: rgb(236,32,26); }
H1.HeaderClassName
{
color: #EC201A;
}
.AnyTagClassName
{
color: #EC201A;
}
</style>
background-color css
<style>
a { background-color: #EC201A; }
a { background-color: rgb(236,32,26); }
div.DivClassName
{
background-color: #EC201A;
}
.BgClassName
{
background-color: #EC201A;
}
</style>
border-color css
<style>
span { border-color: #EC201A; }
span { border-color: rgb(236,32,26); }
td.TdClassName
{
border-color: #EC201A;
}
.TagClassName
{
border-color: #EC201A;
}
</style>