Shades of Scarlet #EC290D
Tints of Scarlet #EC290D
RGB
CMYK
RGB Variations
Color information
#EC290D (or 0xEC290D) is known color: Scarlet. HEX triplet: EC, 29 and 0D. RGB value is (236,41,13). Sum of RGB (Red+Green+Blue) = 236+41+13=290 (38% of max value = 765). Red value is 236 (92.58% from 255 or 81.38% from 290); Green value is 41 (16.41% from 255 or 14.14% from 290); Blue value is 13 (5.47% from 255 or 4.48% from 290); Max value from RGB is 236 - color contains mainly: red. Hex color #EC290D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC290D is #13D6F2. Grayscale: #606060. Windows color (decimal): -1300211 or 862700. OLE color: 862700.
HSL color Cylindrical-coordinate representation of color #EC290D: hue angle of 7.53º degrees, saturation: 0.9, 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 #EC290D is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 41 | 13 | - |
| CMYK | 0 | 0.83 | 0.94 | 0.07 |
| HSL | 7.53º | 0.9% | 0.49% | - |
| HSV(B) | 7.53º | 0.94% | 0.93% | - |
| XYZ | 35.46 | 19.45 | 2.27 | - |
| YUV | 96.11 | 81.1 | 227.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 41 | 13 | 0 | 0.83 | 0.94 | 0.07 | 7.53 | 0.9 | 0.49 |
| Hex | EC | 29 | D | 0 | 53 | 5E | 7 | 8 | 5A | 31 |
| Octal | 354 | 51 | 15 | 0 | 123 | 136 | 7 | 10 | 132 | 61 |
| Binary | 11101100 | 101001 | 1101 | 0 | 1010011 | 1011110 | 111 | 1000 | 1011010 | 110001 |
Color Harmonies of #EC290D
Complementary color
Monochromatic Colors of #EC290D
Black with #EC290D
Text Example
Text Example
White with #EC290D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC290D; }
p { color: rgb(236,41,13); }
H1.HeaderClassName
{
color: #EC290D;
}
.AnyTagClassName
{
color: #EC290D;
}
</style>
background-color css
<style>
a { background-color: #EC290D; }
a { background-color: rgb(236,41,13); }
div.DivClassName
{
background-color: #EC290D;
}
.BgClassName
{
background-color: #EC290D;
}
</style>
border-color css
<style>
span { border-color: #EC290D; }
span { border-color: rgb(236,41,13); }
td.TdClassName
{
border-color: #EC290D;
}
.TagClassName
{
border-color: #EC290D;
}
</style>