Shades of Scarlet #EC2716
Tints of Scarlet #EC2716
RGB
CMYK
RGB Variations
Color information
#EC2716 (or 0xEC2716) is known color: Scarlet. HEX triplet: EC, 27 and 16. RGB value is (236,39,22). Sum of RGB (Red+Green+Blue) = 236+39+22=297 (39% of max value = 765). Red value is 236 (92.58% from 255 or 79.46% from 297); Green value is 39 (15.62% from 255 or 13.13% from 297); Blue value is 22 (8.98% from 255 or 7.41% from 297); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2716 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2716 is #13D8E9. Grayscale: #606060. Windows color (decimal): -1300714 or 1452012. OLE color: 1452012.
HSL color Cylindrical-coordinate representation of color #EC2716: hue angle of 4.77º 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 #EC2716 is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 39 | 22 | - |
| CMYK | 0 | 0.83 | 0.91 | 0.07 |
| HSL | 4.77º | 0.85% | 0.51% | - |
| HSV(B) | 4.77º | 0.91% | 0.93% | - |
| XYZ | 35.46 | 19.34 | 2.62 | - |
| YUV | 95.97 | 86.27 | 227.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 39 | 22 | 0 | 0.83 | 0.91 | 0.07 | 4.77 | 0.85 | 0.51 |
| Hex | EC | 27 | 16 | 0 | 53 | 5B | 7 | 5 | 55 | 33 |
| Octal | 354 | 47 | 26 | 0 | 123 | 133 | 7 | 5 | 125 | 63 |
| Binary | 11101100 | 100111 | 10110 | 0 | 1010011 | 1011011 | 111 | 101 | 1010101 | 110011 |
Color Harmonies of #EC2716
Complementary color
Monochromatic Colors of #EC2716
Black with #EC2716
Text Example
Text Example
White with #EC2716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2716; }
p { color: rgb(236,39,22); }
H1.HeaderClassName
{
color: #EC2716;
}
.AnyTagClassName
{
color: #EC2716;
}
</style>
background-color css
<style>
a { background-color: #EC2716; }
a { background-color: rgb(236,39,22); }
div.DivClassName
{
background-color: #EC2716;
}
.BgClassName
{
background-color: #EC2716;
}
</style>
border-color css
<style>
span { border-color: #EC2716; }
span { border-color: rgb(236,39,22); }
td.TdClassName
{
border-color: #EC2716;
}
.TagClassName
{
border-color: #EC2716;
}
</style>