Shades of Scarlet #EC2E19
Tints of Scarlet #EC2E19
RGB
CMYK
RGB Variations
Color information
#EC2E19 (or 0xEC2E19) is known color: Scarlet. HEX triplet: EC, 2E and 19. RGB value is (236,46,25). Sum of RGB (Red+Green+Blue) = 236+46+25=307 (40% of max value = 765). Red value is 236 (92.58% from 255 or 76.87% from 307); Green value is 46 (18.36% from 255 or 14.98% from 307); Blue value is 25 (10.16% from 255 or 8.14% from 307); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2E19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2E19 is #13D1E6. Grayscale: #646464. Windows color (decimal): -1298919 or 1650412. OLE color: 1650412.
HSL color Cylindrical-coordinate representation of color #EC2E19: hue angle of 5.97º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC2E19 is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 46 | 25 | - |
| CMYK | 0 | 0.81 | 0.89 | 0.07 |
| HSL | 5.97º | 0.85% | 0.51% | - |
| HSV(B) | 5.97º | 0.89% | 0.93% | - |
| XYZ | 35.74 | 19.86 | 2.87 | - |
| YUV | 100.42 | 85.45 | 224.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 46 | 25 | 0 | 0.81 | 0.89 | 0.07 | 5.97 | 0.85 | 0.51 |
| Hex | EC | 2E | 19 | 0 | 51 | 59 | 7 | 6 | 55 | 33 |
| Octal | 354 | 56 | 31 | 0 | 121 | 131 | 7 | 6 | 125 | 63 |
| Binary | 11101100 | 101110 | 11001 | 0 | 1010001 | 1011001 | 111 | 110 | 1010101 | 110011 |
Color Harmonies of #EC2E19
Complementary color
Monochromatic Colors of #EC2E19
Black with #EC2E19
Text Example
Text Example
White with #EC2E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2E19; }
p { color: rgb(236,46,25); }
H1.HeaderClassName
{
color: #EC2E19;
}
.AnyTagClassName
{
color: #EC2E19;
}
</style>
background-color css
<style>
a { background-color: #EC2E19; }
a { background-color: rgb(236,46,25); }
div.DivClassName
{
background-color: #EC2E19;
}
.BgClassName
{
background-color: #EC2E19;
}
</style>
border-color css
<style>
span { border-color: #EC2E19; }
span { border-color: rgb(236,46,25); }
td.TdClassName
{
border-color: #EC2E19;
}
.TagClassName
{
border-color: #EC2E19;
}
</style>