Shades of Scarlet #EC1C10
Tints of Scarlet #EC1C10
RGB
CMYK
RGB Variations
Color information
#EC1C10 (or 0xEC1C10) is known color: Scarlet. HEX triplet: EC, 1C and 10. RGB value is (236,28,16). Sum of RGB (Red+Green+Blue) = 236+28+16=280 (37% of max value = 765). Red value is 236 (92.58% from 255 or 84.29% from 280); Green value is 28 (11.33% from 255 or 10% from 280); Blue value is 16 (6.64% from 255 or 5.71% from 280); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1C10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC1C10 is #13E3EF. Grayscale: #595959. Windows color (decimal): -1303536 or 1055980. OLE color: 1055980.
HSL color Cylindrical-coordinate representation of color #EC1C10: hue angle of 3.27º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC1C10 is Cyan = 0, Magento = 0.88, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 28 | 16 | - |
| CMYK | 0 | 0.88 | 0.93 | 0.07 |
| HSL | 3.27º | 0.87% | 0.49% | - |
| HSV(B) | 3.27º | 0.93% | 0.93% | - |
| XYZ | 35.1 | 18.7 | 2.25 | - |
| YUV | 88.82 | 86.91 | 232.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 28 | 16 | 0 | 0.88 | 0.93 | 0.07 | 3.27 | 0.87 | 0.49 |
| Hex | EC | 1C | 10 | 0 | 58 | 5D | 7 | 3 | 57 | 31 |
| Octal | 354 | 34 | 20 | 0 | 130 | 135 | 7 | 3 | 127 | 61 |
| Binary | 11101100 | 11100 | 10000 | 0 | 1011000 | 1011101 | 111 | 11 | 1010111 | 110001 |
Color Harmonies of #EC1C10
Complementary color
Monochromatic Colors of #EC1C10
Black with #EC1C10
Text Example
Text Example
White with #EC1C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1C10; }
p { color: rgb(236,28,16); }
H1.HeaderClassName
{
color: #EC1C10;
}
.AnyTagClassName
{
color: #EC1C10;
}
</style>
background-color css
<style>
a { background-color: #EC1C10; }
a { background-color: rgb(236,28,16); }
div.DivClassName
{
background-color: #EC1C10;
}
.BgClassName
{
background-color: #EC1C10;
}
</style>
border-color css
<style>
span { border-color: #EC1C10; }
span { border-color: rgb(236,28,16); }
td.TdClassName
{
border-color: #EC1C10;
}
.TagClassName
{
border-color: #EC1C10;
}
</style>