Shades of Scarlet #EC2213
Tints of Scarlet #EC2213
RGB
CMYK
RGB Variations
Color information
#EC2213 (or 0xEC2213) is known color: Scarlet. HEX triplet: EC, 22 and 13. RGB value is (236,34,19). Sum of RGB (Red+Green+Blue) = 236+34+19=289 (38% of max value = 765). Red value is 236 (92.58% from 255 or 81.66% from 289); Green value is 34 (13.67% from 255 or 11.76% from 289); Blue value is 19 (7.81% from 255 or 6.57% from 289); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2213 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2213 is #13DDEC. Grayscale: #5C5C5C. Windows color (decimal): -1301997 or 1254124. OLE color: 1254124.
HSL color Cylindrical-coordinate representation of color #EC2213: hue angle of 4.15º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC2213 is Cyan = 0, Magento = 0.86, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 34 | 19 | - |
| CMYK | 0 | 0.86 | 0.92 | 0.07 |
| HSL | 4.15º | 0.85% | 0.5% | - |
| HSV(B) | 4.15º | 0.92% | 0.93% | - |
| XYZ | 35.28 | 19.02 | 2.43 | - |
| YUV | 92.69 | 86.42 | 230.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 34 | 19 | 0 | 0.86 | 0.92 | 0.07 | 4.15 | 0.85 | 0.5 |
| Hex | EC | 22 | 13 | 0 | 56 | 5C | 7 | 4 | 55 | 32 |
| Octal | 354 | 42 | 23 | 0 | 126 | 134 | 7 | 4 | 125 | 62 |
| Binary | 11101100 | 100010 | 10011 | 0 | 1010110 | 1011100 | 111 | 100 | 1010101 | 110010 |
Color Harmonies of #EC2213
Complementary color
Monochromatic Colors of #EC2213
Black with #EC2213
Text Example
Text Example
White with #EC2213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2213; }
p { color: rgb(236,34,19); }
H1.HeaderClassName
{
color: #EC2213;
}
.AnyTagClassName
{
color: #EC2213;
}
</style>
background-color css
<style>
a { background-color: #EC2213; }
a { background-color: rgb(236,34,19); }
div.DivClassName
{
background-color: #EC2213;
}
.BgClassName
{
background-color: #EC2213;
}
</style>
border-color css
<style>
span { border-color: #EC2213; }
span { border-color: rgb(236,34,19); }
td.TdClassName
{
border-color: #EC2213;
}
.TagClassName
{
border-color: #EC2213;
}
</style>