Shades of Scarlet #EC2919
Tints of Scarlet #EC2919
RGB
CMYK
RGB Variations
Color information
#EC2919 (or 0xEC2919) is known color: Scarlet. HEX triplet: EC, 29 and 19. RGB value is (236,41,25). Sum of RGB (Red+Green+Blue) = 236+41+25=302 (40% of max value = 765). Red value is 236 (92.58% from 255 or 78.15% from 302); Green value is 41 (16.41% from 255 or 13.58% from 302); Blue value is 25 (10.16% from 255 or 8.28% from 302); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2919 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2919 is #13D6E6. Grayscale: #616161. Windows color (decimal): -1300199 or 1649132. OLE color: 1649132.
HSL color Cylindrical-coordinate representation of color #EC2919: hue angle of 4.55º 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 #EC2919 is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 41 | 25 | - |
| CMYK | 0 | 0.83 | 0.89 | 0.07 |
| HSL | 4.55º | 0.85% | 0.51% | - |
| HSV(B) | 4.55º | 0.89% | 0.93% | - |
| XYZ | 35.56 | 19.49 | 2.81 | - |
| YUV | 97.48 | 87.1 | 226.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 41 | 25 | 0 | 0.83 | 0.89 | 0.07 | 4.55 | 0.85 | 0.51 |
| Hex | EC | 29 | 19 | 0 | 53 | 59 | 7 | 5 | 55 | 33 |
| Octal | 354 | 51 | 31 | 0 | 123 | 131 | 7 | 5 | 125 | 63 |
| Binary | 11101100 | 101001 | 11001 | 0 | 1010011 | 1011001 | 111 | 101 | 1010101 | 110011 |
Color Harmonies of #EC2919
Complementary color
Monochromatic Colors of #EC2919
Black with #EC2919
Text Example
Text Example
White with #EC2919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2919; }
p { color: rgb(236,41,25); }
H1.HeaderClassName
{
color: #EC2919;
}
.AnyTagClassName
{
color: #EC2919;
}
</style>
background-color css
<style>
a { background-color: #EC2919; }
a { background-color: rgb(236,41,25); }
div.DivClassName
{
background-color: #EC2919;
}
.BgClassName
{
background-color: #EC2919;
}
</style>
border-color css
<style>
span { border-color: #EC2919; }
span { border-color: rgb(236,41,25); }
td.TdClassName
{
border-color: #EC2919;
}
.TagClassName
{
border-color: #EC2919;
}
</style>