Shades of Scarlet #EC160F
Tints of Scarlet #EC160F
RGB
CMYK
RGB Variations
Color information
#EC160F (or 0xEC160F) is known color: Scarlet. HEX triplet: EC, 16 and 0F. RGB value is (236,22,15). Sum of RGB (Red+Green+Blue) = 236+22+15=273 (36% of max value = 765). Red value is 236 (92.58% from 255 or 86.45% from 273); Green value is 22 (8.98% from 255 or 8.06% from 273); Blue value is 15 (6.25% from 255 or 5.49% from 273); Max value from RGB is 236 - color contains mainly: red. Hex color #EC160F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC160F is #13E9F0. Grayscale: #555555. Windows color (decimal): -1305073 or 988908. OLE color: 988908.
HSL color Cylindrical-coordinate representation of color #EC160F: hue angle of 1.9º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC160F is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 22 | 15 | - |
| CMYK | 0 | 0.91 | 0.94 | 0.07 |
| HSL | 1.9º | 0.88% | 0.49% | - |
| HSV(B) | 1.9º | 0.94% | 0.93% | - |
| XYZ | 34.97 | 18.44 | 2.17 | - |
| YUV | 85.19 | 88.4 | 235.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 22 | 15 | 0 | 0.91 | 0.94 | 0.07 | 1.9 | 0.88 | 0.49 |
| Hex | EC | 16 | F | 0 | 5B | 5E | 7 | 2 | 58 | 31 |
| Octal | 354 | 26 | 17 | 0 | 133 | 136 | 7 | 2 | 130 | 61 |
| Binary | 11101100 | 10110 | 1111 | 0 | 1011011 | 1011110 | 111 | 10 | 1011000 | 110001 |
Color Harmonies of #EC160F
Complementary color
Monochromatic Colors of #EC160F
Black with #EC160F
Text Example
Text Example
White with #EC160F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC160F; }
p { color: rgb(236,22,15); }
H1.HeaderClassName
{
color: #EC160F;
}
.AnyTagClassName
{
color: #EC160F;
}
</style>
background-color css
<style>
a { background-color: #EC160F; }
a { background-color: rgb(236,22,15); }
div.DivClassName
{
background-color: #EC160F;
}
.BgClassName
{
background-color: #EC160F;
}
</style>
border-color css
<style>
span { border-color: #EC160F; }
span { border-color: rgb(236,22,15); }
td.TdClassName
{
border-color: #EC160F;
}
.TagClassName
{
border-color: #EC160F;
}
</style>