Shades of Scarlet #EC3316
Tints of Scarlet #EC3316
RGB
CMYK
RGB Variations
Color information
#EC3316 (or 0xEC3316) is known color: Scarlet. HEX triplet: EC, 33 and 16. RGB value is (236,51,22). Sum of RGB (Red+Green+Blue) = 236+51+22=309 (40% of max value = 765). Red value is 236 (92.58% from 255 or 76.38% from 309); Green value is 51 (20.31% from 255 or 16.50% from 309); Blue value is 22 (8.98% from 255 or 7.12% from 309); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3316 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3316 is #13CCE9. Grayscale: #676767. Windows color (decimal): -1297642 or 1455084. OLE color: 1455084.
HSL color Cylindrical-coordinate representation of color #EC3316: hue angle of 8.13º 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 #EC3316 is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 51 | 22 | - |
| CMYK | 0 | 0.78 | 0.91 | 0.07 |
| HSL | 8.13º | 0.85% | 0.51% | - |
| HSV(B) | 8.13º | 0.91% | 0.93% | - |
| XYZ | 35.92 | 20.26 | 2.78 | - |
| YUV | 103.01 | 82.29 | 222.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 51 | 22 | 0 | 0.78 | 0.91 | 0.07 | 8.13 | 0.85 | 0.51 |
| Hex | EC | 33 | 16 | 0 | 4E | 5B | 7 | 8 | 55 | 33 |
| Octal | 354 | 63 | 26 | 0 | 116 | 133 | 7 | 10 | 125 | 63 |
| Binary | 11101100 | 110011 | 10110 | 0 | 1001110 | 1011011 | 111 | 1000 | 1010101 | 110011 |
Color Harmonies of #EC3316
Complementary color
Monochromatic Colors of #EC3316
Black with #EC3316
Text Example
Text Example
White with #EC3316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3316; }
p { color: rgb(236,51,22); }
H1.HeaderClassName
{
color: #EC3316;
}
.AnyTagClassName
{
color: #EC3316;
}
</style>
background-color css
<style>
a { background-color: #EC3316; }
a { background-color: rgb(236,51,22); }
div.DivClassName
{
background-color: #EC3316;
}
.BgClassName
{
background-color: #EC3316;
}
</style>
border-color css
<style>
span { border-color: #EC3316; }
span { border-color: rgb(236,51,22); }
td.TdClassName
{
border-color: #EC3316;
}
.TagClassName
{
border-color: #EC3316;
}
</style>