Shades of Scarlet #EC1810
Tints of Scarlet #EC1810
RGB
CMYK
RGB Variations
Color information
#EC1810 (or 0xEC1810) is known color: Scarlet. HEX triplet: EC, 18 and 10. RGB value is (236,24,16). Sum of RGB (Red+Green+Blue) = 236+24+16=276 (36% of max value = 765). Red value is 236 (92.58% from 255 or 85.51% from 276); Green value is 24 (9.77% from 255 or 8.70% from 276); Blue value is 16 (6.64% from 255 or 5.80% from 276); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1810 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1810 is #13E7EF. Grayscale: #565656. Windows color (decimal): -1304560 or 1054956. OLE color: 1054956.
HSL color Cylindrical-coordinate representation of color #EC1810: hue angle of 2.18º 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 #EC1810 is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 24 | 16 | - |
| CMYK | 0 | 0.90 | 0.93 | 0.07 |
| HSL | 2.18º | 0.87% | 0.49% | - |
| HSV(B) | 2.18º | 0.93% | 0.93% | - |
| XYZ | 35.01 | 18.52 | 2.22 | - |
| YUV | 86.48 | 88.24 | 234.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 24 | 16 | 0 | 0.90 | 0.93 | 0.07 | 2.18 | 0.87 | 0.49 |
| Hex | EC | 18 | 10 | 0 | 5A | 5D | 7 | 2 | 57 | 31 |
| Octal | 354 | 30 | 20 | 0 | 132 | 135 | 7 | 2 | 127 | 61 |
| Binary | 11101100 | 11000 | 10000 | 0 | 1011010 | 1011101 | 111 | 10 | 1010111 | 110001 |
Color Harmonies of #EC1810
Complementary color
Monochromatic Colors of #EC1810
Black with #EC1810
Text Example
Text Example
White with #EC1810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1810; }
p { color: rgb(236,24,16); }
H1.HeaderClassName
{
color: #EC1810;
}
.AnyTagClassName
{
color: #EC1810;
}
</style>
background-color css
<style>
a { background-color: #EC1810; }
a { background-color: rgb(236,24,16); }
div.DivClassName
{
background-color: #EC1810;
}
.BgClassName
{
background-color: #EC1810;
}
</style>
border-color css
<style>
span { border-color: #EC1810; }
span { border-color: rgb(236,24,16); }
td.TdClassName
{
border-color: #EC1810;
}
.TagClassName
{
border-color: #EC1810;
}
</style>