Shades of Scarlet #EC290F
Tints of Scarlet #EC290F
RGB
CMYK
RGB Variations
Color information
#EC290F (or 0xEC290F) is known color: Scarlet. HEX triplet: EC, 29 and 0F. RGB value is (236,41,15). Sum of RGB (Red+Green+Blue) = 236+41+15=292 (38% of max value = 765). Red value is 236 (92.58% from 255 or 80.82% from 292); Green value is 41 (16.41% from 255 or 14.04% from 292); Blue value is 15 (6.25% from 255 or 5.14% from 292); Max value from RGB is 236 - color contains mainly: red. Hex color #EC290F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC290F is #13D6F0. Grayscale: #606060. Windows color (decimal): -1300209 or 993772. OLE color: 993772.
HSL color Cylindrical-coordinate representation of color #EC290F: hue angle of 7.06º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC290F is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 41 | 15 | - |
| CMYK | 0 | 0.83 | 0.94 | 0.07 |
| HSL | 7.06º | 0.88% | 0.49% | - |
| HSV(B) | 7.06º | 0.94% | 0.93% | - |
| XYZ | 35.47 | 19.45 | 2.34 | - |
| YUV | 96.34 | 82.1 | 227.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 41 | 15 | 0 | 0.83 | 0.94 | 0.07 | 7.06 | 0.88 | 0.49 |
| Hex | EC | 29 | F | 0 | 53 | 5E | 7 | 7 | 58 | 31 |
| Octal | 354 | 51 | 17 | 0 | 123 | 136 | 7 | 7 | 130 | 61 |
| Binary | 11101100 | 101001 | 1111 | 0 | 1010011 | 1011110 | 111 | 111 | 1011000 | 110001 |
Color Harmonies of #EC290F
Complementary color
Monochromatic Colors of #EC290F
Black with #EC290F
Text Example
Text Example
White with #EC290F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC290F; }
p { color: rgb(236,41,15); }
H1.HeaderClassName
{
color: #EC290F;
}
.AnyTagClassName
{
color: #EC290F;
}
</style>
background-color css
<style>
a { background-color: #EC290F; }
a { background-color: rgb(236,41,15); }
div.DivClassName
{
background-color: #EC290F;
}
.BgClassName
{
background-color: #EC290F;
}
</style>
border-color css
<style>
span { border-color: #EC290F; }
span { border-color: rgb(236,41,15); }
td.TdClassName
{
border-color: #EC290F;
}
.TagClassName
{
border-color: #EC290F;
}
</style>