Shades of Scarlet #EC2D19
Tints of Scarlet #EC2D19
RGB
CMYK
RGB Variations
Color information
#EC2D19 (or 0xEC2D19) is known color: Scarlet. HEX triplet: EC, 2D and 19. RGB value is (236,45,25). Sum of RGB (Red+Green+Blue) = 236+45+25=306 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.12% from 306); Green value is 45 (17.97% from 255 or 14.71% from 306); Blue value is 25 (10.16% from 255 or 8.17% from 306); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2D19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2D19 is #13D2E6. Grayscale: #646464. Windows color (decimal): -1299175 or 1650156. OLE color: 1650156.
HSL color Cylindrical-coordinate representation of color #EC2D19: hue angle of 5.69º 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 #EC2D19 is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 45 | 25 | - |
| CMYK | 0 | 0.81 | 0.89 | 0.07 |
| HSL | 5.69º | 0.85% | 0.51% | - |
| HSV(B) | 5.69º | 0.89% | 0.93% | - |
| XYZ | 35.71 | 19.78 | 2.86 | - |
| YUV | 99.83 | 85.78 | 225.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 45 | 25 | 0 | 0.81 | 0.89 | 0.07 | 5.69 | 0.85 | 0.51 |
| Hex | EC | 2D | 19 | 0 | 51 | 59 | 7 | 6 | 55 | 33 |
| Octal | 354 | 55 | 31 | 0 | 121 | 131 | 7 | 6 | 125 | 63 |
| Binary | 11101100 | 101101 | 11001 | 0 | 1010001 | 1011001 | 111 | 110 | 1010101 | 110011 |
Color Harmonies of #EC2D19
Complementary color
Monochromatic Colors of #EC2D19
Black with #EC2D19
Text Example
Text Example
White with #EC2D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2D19; }
p { color: rgb(236,45,25); }
H1.HeaderClassName
{
color: #EC2D19;
}
.AnyTagClassName
{
color: #EC2D19;
}
</style>
background-color css
<style>
a { background-color: #EC2D19; }
a { background-color: rgb(236,45,25); }
div.DivClassName
{
background-color: #EC2D19;
}
.BgClassName
{
background-color: #EC2D19;
}
</style>
border-color css
<style>
span { border-color: #EC2D19; }
span { border-color: rgb(236,45,25); }
td.TdClassName
{
border-color: #EC2D19;
}
.TagClassName
{
border-color: #EC2D19;
}
</style>