Shades of Scarlet #EC3416
Tints of Scarlet #EC3416
RGB
CMYK
RGB Variations
Color information
#EC3416 (or 0xEC3416) is known color: Scarlet. HEX triplet: EC, 34 and 16. RGB value is (236,52,22). Sum of RGB (Red+Green+Blue) = 236+52+22=310 (41% of max value = 765). Red value is 236 (92.58% from 255 or 76.13% from 310); Green value is 52 (20.70% from 255 or 16.77% from 310); Blue value is 22 (8.98% from 255 or 7.10% from 310); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3416 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3416 is #13CBE9. Grayscale: #676767. Windows color (decimal): -1297386 or 1455340. OLE color: 1455340.
HSL color Cylindrical-coordinate representation of color #EC3416: hue angle of 8.41º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC3416 is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 52 | 22 | - |
| CMYK | 0 | 0.78 | 0.91 | 0.07 |
| HSL | 8.41º | 0.85% | 0.51% | - |
| HSV(B) | 8.41º | 0.91% | 0.93% | - |
| XYZ | 35.96 | 20.35 | 2.79 | - |
| YUV | 103.6 | 81.96 | 222.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 52 | 22 | 0 | 0.78 | 0.91 | 0.07 | 8.41 | 0.85 | 0.51 |
| Hex | EC | 34 | 16 | 0 | 4E | 5B | 7 | 8 | 55 | 33 |
| Octal | 354 | 64 | 26 | 0 | 116 | 133 | 7 | 10 | 125 | 63 |
| Binary | 11101100 | 110100 | 10110 | 0 | 1001110 | 1011011 | 111 | 1000 | 1010101 | 110011 |
Color Harmonies of #EC3416
Complementary color
Monochromatic Colors of #EC3416
Black with #EC3416
Text Example
Text Example
White with #EC3416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3416; }
p { color: rgb(236,52,22); }
H1.HeaderClassName
{
color: #EC3416;
}
.AnyTagClassName
{
color: #EC3416;
}
</style>
background-color css
<style>
a { background-color: #EC3416; }
a { background-color: rgb(236,52,22); }
div.DivClassName
{
background-color: #EC3416;
}
.BgClassName
{
background-color: #EC3416;
}
</style>
border-color css
<style>
span { border-color: #EC3416; }
span { border-color: rgb(236,52,22); }
td.TdClassName
{
border-color: #EC3416;
}
.TagClassName
{
border-color: #EC3416;
}
</style>