Shades of Scarlet #EC1F16
Tints of Scarlet #EC1F16
RGB
CMYK
RGB Variations
Color information
#EC1F16 (or 0xEC1F16) is known color: Scarlet. HEX triplet: EC, 1F and 16. RGB value is (236,31,22). Sum of RGB (Red+Green+Blue) = 236+31+22=289 (38% of max value = 765). Red value is 236 (92.58% from 255 or 81.66% from 289); Green value is 31 (12.5% from 255 or 10.73% from 289); Blue value is 22 (8.98% from 255 or 7.61% from 289); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1F16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC1F16 is #13E0E9. Grayscale: #5B5B5B. Windows color (decimal): -1302762 or 1449964. OLE color: 1449964.
HSL color Cylindrical-coordinate representation of color #EC1F16: hue angle of 2.52º 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 #EC1F16 is Cyan = 0, Magento = 0.87, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 31 | 22 | - |
| CMYK | 0 | 0.87 | 0.91 | 0.07 |
| HSL | 2.52º | 0.85% | 0.51% | - |
| HSV(B) | 2.52º | 0.91% | 0.93% | - |
| XYZ | 35.23 | 18.87 | 2.54 | - |
| YUV | 91.27 | 88.92 | 231.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 31 | 22 | 0 | 0.87 | 0.91 | 0.07 | 2.52 | 0.85 | 0.51 |
| Hex | EC | 1F | 16 | 0 | 57 | 5B | 7 | 3 | 55 | 33 |
| Octal | 354 | 37 | 26 | 0 | 127 | 133 | 7 | 3 | 125 | 63 |
| Binary | 11101100 | 11111 | 10110 | 0 | 1010111 | 1011011 | 111 | 11 | 1010101 | 110011 |
Color Harmonies of #EC1F16
Complementary color
Monochromatic Colors of #EC1F16
Black with #EC1F16
Text Example
Text Example
White with #EC1F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1F16; }
p { color: rgb(236,31,22); }
H1.HeaderClassName
{
color: #EC1F16;
}
.AnyTagClassName
{
color: #EC1F16;
}
</style>
background-color css
<style>
a { background-color: #EC1F16; }
a { background-color: rgb(236,31,22); }
div.DivClassName
{
background-color: #EC1F16;
}
.BgClassName
{
background-color: #EC1F16;
}
</style>
border-color css
<style>
span { border-color: #EC1F16; }
span { border-color: rgb(236,31,22); }
td.TdClassName
{
border-color: #EC1F16;
}
.TagClassName
{
border-color: #EC1F16;
}
</style>