Shades of Scarlet #EC1F0A
Tints of Scarlet #EC1F0A
RGB
CMYK
RGB Variations
Color information
#EC1F0A (or 0xEC1F0A) is known color: Scarlet. HEX triplet: EC, 1F and 0A. RGB value is (236,31,10). Sum of RGB (Red+Green+Blue) = 236+31+10=277 (36% of max value = 765). Red value is 236 (92.58% from 255 or 85.20% from 277); Green value is 31 (12.5% from 255 or 11.19% from 277); Blue value is 10 (4.30% from 255 or 3.61% from 277); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1F0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC1F0A is #13E0F5. Grayscale: #5A5A5A. Windows color (decimal): -1302774 or 663532. OLE color: 663532.
HSL color Cylindrical-coordinate representation of color #EC1F0A: hue angle of 5.58º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EC1F0A is Cyan = 0, Magento = 0.87, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 31 | 10 | - |
| CMYK | 0 | 0.87 | 0.96 | 0.07 |
| HSL | 5.58º | 0.92% | 0.48% | - |
| HSV(B) | 5.58º | 0.96% | 0.93% | - |
| XYZ | 35.14 | 18.83 | 2.07 | - |
| YUV | 89.9 | 82.92 | 232.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 31 | 10 | 0 | 0.87 | 0.96 | 0.07 | 5.58 | 0.92 | 0.48 |
| Hex | EC | 1F | A | 0 | 57 | 60 | 7 | 6 | 5C | 30 |
| Octal | 354 | 37 | 12 | 0 | 127 | 140 | 7 | 6 | 134 | 60 |
| Binary | 11101100 | 11111 | 1010 | 0 | 1010111 | 1100000 | 111 | 110 | 1011100 | 110000 |
Color Harmonies of #EC1F0A
Complementary color
Monochromatic Colors of #EC1F0A
Black with #EC1F0A
Text Example
Text Example
White with #EC1F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1F0A; }
p { color: rgb(236,31,10); }
H1.HeaderClassName
{
color: #EC1F0A;
}
.AnyTagClassName
{
color: #EC1F0A;
}
</style>
background-color css
<style>
a { background-color: #EC1F0A; }
a { background-color: rgb(236,31,10); }
div.DivClassName
{
background-color: #EC1F0A;
}
.BgClassName
{
background-color: #EC1F0A;
}
</style>
border-color css
<style>
span { border-color: #EC1F0A; }
span { border-color: rgb(236,31,10); }
td.TdClassName
{
border-color: #EC1F0A;
}
.TagClassName
{
border-color: #EC1F0A;
}
</style>