Shades of Scarlet #EC3313
Tints of Scarlet #EC3313
RGB
CMYK
RGB Variations
Color information
#EC3313 (or 0xEC3313) is known color: Scarlet. HEX triplet: EC, 33 and 13. RGB value is (236,51,19). Sum of RGB (Red+Green+Blue) = 236+51+19=306 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.12% from 306); Green value is 51 (20.31% from 255 or 16.67% from 306); Blue value is 19 (7.81% from 255 or 6.21% from 306); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3313 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3313 is #13CCEC. Grayscale: #666666. Windows color (decimal): -1297645 or 1258476. OLE color: 1258476.
HSL color Cylindrical-coordinate representation of color #EC3313: hue angle of 8.85º 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 #EC3313 is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 51 | 19 | - |
| CMYK | 0 | 0.78 | 0.92 | 0.07 |
| HSL | 8.85º | 0.85% | 0.5% | - |
| HSV(B) | 8.85º | 0.92% | 0.93% | - |
| XYZ | 35.89 | 20.25 | 2.63 | - |
| YUV | 102.67 | 80.79 | 223.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 51 | 19 | 0 | 0.78 | 0.92 | 0.07 | 8.85 | 0.85 | 0.5 |
| Hex | EC | 33 | 13 | 0 | 4E | 5C | 7 | 9 | 55 | 32 |
| Octal | 354 | 63 | 23 | 0 | 116 | 134 | 7 | 11 | 125 | 62 |
| Binary | 11101100 | 110011 | 10011 | 0 | 1001110 | 1011100 | 111 | 1001 | 1010101 | 110010 |
Color Harmonies of #EC3313
Complementary color
Monochromatic Colors of #EC3313
Black with #EC3313
Text Example
Text Example
White with #EC3313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3313; }
p { color: rgb(236,51,19); }
H1.HeaderClassName
{
color: #EC3313;
}
.AnyTagClassName
{
color: #EC3313;
}
</style>
background-color css
<style>
a { background-color: #EC3313; }
a { background-color: rgb(236,51,19); }
div.DivClassName
{
background-color: #EC3313;
}
.BgClassName
{
background-color: #EC3313;
}
</style>
border-color css
<style>
span { border-color: #EC3313; }
span { border-color: rgb(236,51,19); }
td.TdClassName
{
border-color: #EC3313;
}
.TagClassName
{
border-color: #EC3313;
}
</style>