Shades of Scarlet #EC211B
Tints of Scarlet #EC211B
RGB
CMYK
RGB Variations
Color information
#EC211B (or 0xEC211B) is known color: Scarlet. HEX triplet: EC, 21 and 1B. RGB value is (236,33,27). Sum of RGB (Red+Green+Blue) = 236+33+27=296 (39% of max value = 765). Red value is 236 (92.58% from 255 or 79.73% from 296); Green value is 33 (13.28% from 255 or 11.15% from 296); Blue value is 27 (10.94% from 255 or 9.12% from 296); Max value from RGB is 236 - color contains mainly: red. Hex color #EC211B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC211B is #13DEE4. Grayscale: #5D5D5D. Windows color (decimal): -1302245 or 1778156. OLE color: 1778156.
HSL color Cylindrical-coordinate representation of color #EC211B: hue angle of 1.72º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC211B is Cyan = 0, Magento = 0.86, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 33 | 27 | - |
| CMYK | 0 | 0.86 | 0.89 | 0.07 |
| HSL | 1.72º | 0.85% | 0.52% | - |
| HSV(B) | 1.72º | 0.89% | 0.93% | - |
| XYZ | 35.33 | 19 | 2.84 | - |
| YUV | 93.01 | 90.75 | 229.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 33 | 27 | 0 | 0.86 | 0.89 | 0.07 | 1.72 | 0.85 | 0.52 |
| Hex | EC | 21 | 1B | 0 | 56 | 59 | 7 | 2 | 55 | 34 |
| Octal | 354 | 41 | 33 | 0 | 126 | 131 | 7 | 2 | 125 | 64 |
| Binary | 11101100 | 100001 | 11011 | 0 | 1010110 | 1011001 | 111 | 10 | 1010101 | 110100 |
Color Harmonies of #EC211B
Complementary color
Monochromatic Colors of #EC211B
Black with #EC211B
Text Example
Text Example
White with #EC211B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC211B; }
p { color: rgb(236,33,27); }
H1.HeaderClassName
{
color: #EC211B;
}
.AnyTagClassName
{
color: #EC211B;
}
</style>
background-color css
<style>
a { background-color: #EC211B; }
a { background-color: rgb(236,33,27); }
div.DivClassName
{
background-color: #EC211B;
}
.BgClassName
{
background-color: #EC211B;
}
</style>
border-color css
<style>
span { border-color: #EC211B; }
span { border-color: rgb(236,33,27); }
td.TdClassName
{
border-color: #EC211B;
}
.TagClassName
{
border-color: #EC211B;
}
</style>