Shades of Scarlet #EC1F09
Tints of Scarlet #EC1F09
RGB
CMYK
RGB Variations
Color information
#EC1F09 (or 0xEC1F09) is known color: Scarlet. HEX triplet: EC, 1F and 09. RGB value is (236,31,9). Sum of RGB (Red+Green+Blue) = 236+31+9=276 (36% of max value = 765). Red value is 236 (92.58% from 255 or 85.51% from 276); Green value is 31 (12.5% from 255 or 11.23% from 276); Blue value is 9 (3.91% from 255 or 3.26% from 276); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1F09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC1F09 is #13E0F6. Grayscale: #5A5A5A. Windows color (decimal): -1302775 or 597996. OLE color: 597996.
HSL color Cylindrical-coordinate representation of color #EC1F09: hue angle of 5.81º degrees, saturation: 0.93, 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 #EC1F09 is Cyan = 0, Magento = 0.87, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 31 | 9 | - |
| CMYK | 0 | 0.87 | 0.96 | 0.07 |
| HSL | 5.81º | 0.93% | 0.48% | - |
| HSV(B) | 5.81º | 0.96% | 0.93% | - |
| XYZ | 35.13 | 18.83 | 2.04 | - |
| YUV | 89.79 | 82.42 | 232.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 31 | 9 | 0 | 0.87 | 0.96 | 0.07 | 5.81 | 0.93 | 0.48 |
| Hex | EC | 1F | 9 | 0 | 57 | 60 | 7 | 6 | 5D | 30 |
| Octal | 354 | 37 | 11 | 0 | 127 | 140 | 7 | 6 | 135 | 60 |
| Binary | 11101100 | 11111 | 1001 | 0 | 1010111 | 1100000 | 111 | 110 | 1011101 | 110000 |
Color Harmonies of #EC1F09
Complementary color
Monochromatic Colors of #EC1F09
Black with #EC1F09
Text Example
Text Example
White with #EC1F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1F09; }
p { color: rgb(236,31,9); }
H1.HeaderClassName
{
color: #EC1F09;
}
.AnyTagClassName
{
color: #EC1F09;
}
</style>
background-color css
<style>
a { background-color: #EC1F09; }
a { background-color: rgb(236,31,9); }
div.DivClassName
{
background-color: #EC1F09;
}
.BgClassName
{
background-color: #EC1F09;
}
</style>
border-color css
<style>
span { border-color: #EC1F09; }
span { border-color: rgb(236,31,9); }
td.TdClassName
{
border-color: #EC1F09;
}
.TagClassName
{
border-color: #EC1F09;
}
</style>