Shades of Scarlet #EC3411
Tints of Scarlet #EC3411
RGB
CMYK
RGB Variations
Color information
#EC3411 (or 0xEC3411) is known color: Scarlet. HEX triplet: EC, 34 and 11. RGB value is (236,52,17). Sum of RGB (Red+Green+Blue) = 236+52+17=305 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.38% from 305); Green value is 52 (20.70% from 255 or 17.05% from 305); Blue value is 17 (7.03% from 255 or 5.57% from 305); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3411 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3411 is #13CBEE. Grayscale: #676767. Windows color (decimal): -1297391 or 1127660. OLE color: 1127660.
HSL color Cylindrical-coordinate representation of color #EC3411: hue angle of 9.59º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC3411 is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 52 | 17 | - |
| CMYK | 0 | 0.78 | 0.93 | 0.07 |
| HSL | 9.59º | 0.87% | 0.5% | - |
| HSV(B) | 9.59º | 0.93% | 0.93% | - |
| XYZ | 35.92 | 20.33 | 2.56 | - |
| YUV | 103.03 | 79.46 | 222.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 52 | 17 | 0 | 0.78 | 0.93 | 0.07 | 9.59 | 0.87 | 0.5 |
| Hex | EC | 34 | 11 | 0 | 4E | 5D | 7 | A | 57 | 32 |
| Octal | 354 | 64 | 21 | 0 | 116 | 135 | 7 | 12 | 127 | 62 |
| Binary | 11101100 | 110100 | 10001 | 0 | 1001110 | 1011101 | 111 | 1010 | 1010111 | 110010 |
Color Harmonies of #EC3411
Complementary color
Monochromatic Colors of #EC3411
Black with #EC3411
Text Example
Text Example
White with #EC3411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3411; }
p { color: rgb(236,52,17); }
H1.HeaderClassName
{
color: #EC3411;
}
.AnyTagClassName
{
color: #EC3411;
}
</style>
background-color css
<style>
a { background-color: #EC3411; }
a { background-color: rgb(236,52,17); }
div.DivClassName
{
background-color: #EC3411;
}
.BgClassName
{
background-color: #EC3411;
}
</style>
border-color css
<style>
span { border-color: #EC3411; }
span { border-color: rgb(236,52,17); }
td.TdClassName
{
border-color: #EC3411;
}
.TagClassName
{
border-color: #EC3411;
}
</style>