Shades of Scarlet #EC2B19
Tints of Scarlet #EC2B19
RGB
CMYK
RGB Variations
Color information
#EC2B19 (or 0xEC2B19) is known color: Scarlet. HEX triplet: EC, 2B and 19. RGB value is (236,43,25). Sum of RGB (Red+Green+Blue) = 236+43+25=304 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.63% from 304); Green value is 43 (17.19% from 255 or 14.14% from 304); Blue value is 25 (10.16% from 255 or 8.22% from 304); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2B19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2B19 is #13D4E6. Grayscale: #626262. Windows color (decimal): -1299687 or 1649644. OLE color: 1649644.
HSL color Cylindrical-coordinate representation of color #EC2B19: hue angle of 5.12º 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 #EC2B19 is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 43 | 25 | - |
| CMYK | 0 | 0.82 | 0.89 | 0.07 |
| HSL | 5.12º | 0.85% | 0.51% | - |
| HSV(B) | 5.12º | 0.89% | 0.93% | - |
| XYZ | 35.63 | 19.63 | 2.83 | - |
| YUV | 98.66 | 86.44 | 225.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 43 | 25 | 0 | 0.82 | 0.89 | 0.07 | 5.12 | 0.85 | 0.51 |
| Hex | EC | 2B | 19 | 0 | 52 | 59 | 7 | 5 | 55 | 33 |
| Octal | 354 | 53 | 31 | 0 | 122 | 131 | 7 | 5 | 125 | 63 |
| Binary | 11101100 | 101011 | 11001 | 0 | 1010010 | 1011001 | 111 | 101 | 1010101 | 110011 |
Color Harmonies of #EC2B19
Complementary color
Monochromatic Colors of #EC2B19
Black with #EC2B19
Text Example
Text Example
White with #EC2B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2B19; }
p { color: rgb(236,43,25); }
H1.HeaderClassName
{
color: #EC2B19;
}
.AnyTagClassName
{
color: #EC2B19;
}
</style>
background-color css
<style>
a { background-color: #EC2B19; }
a { background-color: rgb(236,43,25); }
div.DivClassName
{
background-color: #EC2B19;
}
.BgClassName
{
background-color: #EC2B19;
}
</style>
border-color css
<style>
span { border-color: #EC2B19; }
span { border-color: rgb(236,43,25); }
td.TdClassName
{
border-color: #EC2B19;
}
.TagClassName
{
border-color: #EC2B19;
}
</style>