Shades of Scarlet #EC3104
Tints of Scarlet #EC3104
RGB
CMYK
RGB Variations
Color information
#EC3104 (or 0xEC3104) is known color: Scarlet. HEX triplet: EC, 31 and 04. RGB value is (236,49,4). Sum of RGB (Red+Green+Blue) = 236+49+4=289 (38% of max value = 765). Red value is 236 (92.58% from 255 or 81.66% from 289); Green value is 49 (19.53% from 255 or 16.96% from 289); Blue value is 4 (1.95% from 255 or 1.38% from 289); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3104 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3104 is #13CEFB. Grayscale: #646464. Windows color (decimal): -1298172 or 274924. OLE color: 274924.
HSL color Cylindrical-coordinate representation of color #EC3104: hue angle of 11.64º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC3104 is Cyan = 0, Magento = 0.79, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 49 | 4 | - |
| CMYK | 0 | 0.79 | 0.98 | 0.07 |
| HSL | 11.64º | 0.97% | 0.47% | - |
| HSV(B) | 11.64º | 0.98% | 0.93% | - |
| XYZ | 35.71 | 20.04 | 2.1 | - |
| YUV | 99.78 | 73.95 | 225.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 49 | 4 | 0 | 0.79 | 0.98 | 0.07 | 11.64 | 0.97 | 0.47 |
| Hex | EC | 31 | 4 | 0 | 4F | 62 | 7 | C | 61 | 2F |
| Octal | 354 | 61 | 4 | 0 | 117 | 142 | 7 | 14 | 141 | 57 |
| Binary | 11101100 | 110001 | 100 | 0 | 1001111 | 1100010 | 111 | 1100 | 1100001 | 101111 |
Color Harmonies of #EC3104
Complementary color
Monochromatic Colors of #EC3104
Black with #EC3104
Text Example
Text Example
White with #EC3104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3104; }
p { color: rgb(236,49,4); }
H1.HeaderClassName
{
color: #EC3104;
}
.AnyTagClassName
{
color: #EC3104;
}
</style>
background-color css
<style>
a { background-color: #EC3104; }
a { background-color: rgb(236,49,4); }
div.DivClassName
{
background-color: #EC3104;
}
.BgClassName
{
background-color: #EC3104;
}
</style>
border-color css
<style>
span { border-color: #EC3104; }
span { border-color: rgb(236,49,4); }
td.TdClassName
{
border-color: #EC3104;
}
.TagClassName
{
border-color: #EC3104;
}
</style>