Shades of Scarlet #EC1F10
Tints of Scarlet #EC1F10
RGB
CMYK
RGB Variations
Color information
#EC1F10 (or 0xEC1F10) is known color: Scarlet. HEX triplet: EC, 1F and 10. RGB value is (236,31,16). Sum of RGB (Red+Green+Blue) = 236+31+16=283 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.39% from 283); Green value is 31 (12.5% from 255 or 10.95% from 283); Blue value is 16 (6.64% from 255 or 5.65% from 283); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1F10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC1F10 is #13E0EF. Grayscale: #5A5A5A. Windows color (decimal): -1302768 or 1056748. OLE color: 1056748.
HSL color Cylindrical-coordinate representation of color #EC1F10: hue angle of 4.09º 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 #EC1F10 is Cyan = 0, Magento = 0.87, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 31 | 16 | - |
| CMYK | 0 | 0.87 | 0.93 | 0.07 |
| HSL | 4.09º | 0.87% | 0.49% | - |
| HSV(B) | 4.09º | 0.93% | 0.93% | - |
| XYZ | 35.18 | 18.85 | 2.27 | - |
| YUV | 90.59 | 85.92 | 231.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 31 | 16 | 0 | 0.87 | 0.93 | 0.07 | 4.09 | 0.87 | 0.49 |
| Hex | EC | 1F | 10 | 0 | 57 | 5D | 7 | 4 | 57 | 31 |
| Octal | 354 | 37 | 20 | 0 | 127 | 135 | 7 | 4 | 127 | 61 |
| Binary | 11101100 | 11111 | 10000 | 0 | 1010111 | 1011101 | 111 | 100 | 1010111 | 110001 |
Color Harmonies of #EC1F10
Complementary color
Monochromatic Colors of #EC1F10
Black with #EC1F10
Text Example
Text Example
White with #EC1F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1F10; }
p { color: rgb(236,31,16); }
H1.HeaderClassName
{
color: #EC1F10;
}
.AnyTagClassName
{
color: #EC1F10;
}
</style>
background-color css
<style>
a { background-color: #EC1F10; }
a { background-color: rgb(236,31,16); }
div.DivClassName
{
background-color: #EC1F10;
}
.BgClassName
{
background-color: #EC1F10;
}
</style>
border-color css
<style>
span { border-color: #EC1F10; }
span { border-color: rgb(236,31,16); }
td.TdClassName
{
border-color: #EC1F10;
}
.TagClassName
{
border-color: #EC1F10;
}
</style>