Shades of Scarlet #EC1F0C
Tints of Scarlet #EC1F0C
RGB
CMYK
RGB Variations
Color information
#EC1F0C (or 0xEC1F0C) is known color: Scarlet. HEX triplet: EC, 1F and 0C. RGB value is (236,31,12). Sum of RGB (Red+Green+Blue) = 236+31+12=279 (36% of max value = 765). Red value is 236 (92.58% from 255 or 84.59% from 279); Green value is 31 (12.5% from 255 or 11.11% from 279); Blue value is 12 (5.08% from 255 or 4.30% from 279); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1F0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC1F0C is #13E0F3. Grayscale: #5A5A5A. Windows color (decimal): -1302772 or 794604. OLE color: 794604.
HSL color Cylindrical-coordinate representation of color #EC1F0C: hue angle of 5.09º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC1F0C is Cyan = 0, Magento = 0.87, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 31 | 12 | - |
| CMYK | 0 | 0.87 | 0.95 | 0.07 |
| HSL | 5.09º | 0.9% | 0.49% | - |
| HSV(B) | 5.09º | 0.95% | 0.93% | - |
| XYZ | 35.15 | 18.84 | 2.13 | - |
| YUV | 90.13 | 83.92 | 232.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 31 | 12 | 0 | 0.87 | 0.95 | 0.07 | 5.09 | 0.9 | 0.49 |
| Hex | EC | 1F | C | 0 | 57 | 5F | 7 | 5 | 5A | 31 |
| Octal | 354 | 37 | 14 | 0 | 127 | 137 | 7 | 5 | 132 | 61 |
| Binary | 11101100 | 11111 | 1100 | 0 | 1010111 | 1011111 | 111 | 101 | 1011010 | 110001 |
Color Harmonies of #EC1F0C
Complementary color
Monochromatic Colors of #EC1F0C
Black with #EC1F0C
Text Example
Text Example
White with #EC1F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1F0C; }
p { color: rgb(236,31,12); }
H1.HeaderClassName
{
color: #EC1F0C;
}
.AnyTagClassName
{
color: #EC1F0C;
}
</style>
background-color css
<style>
a { background-color: #EC1F0C; }
a { background-color: rgb(236,31,12); }
div.DivClassName
{
background-color: #EC1F0C;
}
.BgClassName
{
background-color: #EC1F0C;
}
</style>
border-color css
<style>
span { border-color: #EC1F0C; }
span { border-color: rgb(236,31,12); }
td.TdClassName
{
border-color: #EC1F0C;
}
.TagClassName
{
border-color: #EC1F0C;
}
</style>