Shades of Scarlet #EC160B
Tints of Scarlet #EC160B
RGB
CMYK
RGB Variations
Color information
#EC160B (or 0xEC160B) is known color: Scarlet. HEX triplet: EC, 16 and 0B. RGB value is (236,22,11). Sum of RGB (Red+Green+Blue) = 236+22+11=269 (35% of max value = 765). Red value is 236 (92.58% from 255 or 87.73% from 269); Green value is 22 (8.98% from 255 or 8.18% from 269); Blue value is 11 (4.69% from 255 or 4.09% from 269); Max value from RGB is 236 - color contains mainly: red. Hex color #EC160B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC160B is #13E9F4. Grayscale: #545454. Windows color (decimal): -1305077 or 726764. OLE color: 726764.
HSL color Cylindrical-coordinate representation of color #EC160B: hue angle of 2.93º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC160B is Cyan = 0, Magento = 0.91, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 22 | 11 | - |
| CMYK | 0 | 0.91 | 0.95 | 0.07 |
| HSL | 2.93º | 0.91% | 0.48% | - |
| HSV(B) | 2.93º | 0.95% | 0.93% | - |
| XYZ | 34.94 | 18.43 | 2.03 | - |
| YUV | 84.73 | 86.4 | 235.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 22 | 11 | 0 | 0.91 | 0.95 | 0.07 | 2.93 | 0.91 | 0.48 |
| Hex | EC | 16 | B | 0 | 5B | 5F | 7 | 3 | 5B | 30 |
| Octal | 354 | 26 | 13 | 0 | 133 | 137 | 7 | 3 | 133 | 60 |
| Binary | 11101100 | 10110 | 1011 | 0 | 1011011 | 1011111 | 111 | 11 | 1011011 | 110000 |
Color Harmonies of #EC160B
Complementary color
Monochromatic Colors of #EC160B
Black with #EC160B
Text Example
Text Example
White with #EC160B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC160B; }
p { color: rgb(236,22,11); }
H1.HeaderClassName
{
color: #EC160B;
}
.AnyTagClassName
{
color: #EC160B;
}
</style>
background-color css
<style>
a { background-color: #EC160B; }
a { background-color: rgb(236,22,11); }
div.DivClassName
{
background-color: #EC160B;
}
.BgClassName
{
background-color: #EC160B;
}
</style>
border-color css
<style>
span { border-color: #EC160B; }
span { border-color: rgb(236,22,11); }
td.TdClassName
{
border-color: #EC160B;
}
.TagClassName
{
border-color: #EC160B;
}
</style>