Shades of Scarlet #EC2C07
Tints of Scarlet #EC2C07
RGB
CMYK
RGB Variations
Color information
#EC2C07 (or 0xEC2C07) is known color: Scarlet. HEX triplet: EC, 2C and 07. RGB value is (236,44,7). Sum of RGB (Red+Green+Blue) = 236+44+7=287 (38% of max value = 765). Red value is 236 (92.58% from 255 or 82.23% from 287); Green value is 44 (17.58% from 255 or 15.33% from 287); Blue value is 7 (3.12% from 255 or 2.44% from 287); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2C07 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2C07 is #13D3F8. Grayscale: #616161. Windows color (decimal): -1299449 or 470252. OLE color: 470252.
HSL color Cylindrical-coordinate representation of color #EC2C07: hue angle of 9.69º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC2C07 is Cyan = 0, Magento = 0.81, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 44 | 7 | - |
| CMYK | 0 | 0.81 | 0.97 | 0.07 |
| HSL | 9.69º | 0.94% | 0.48% | - |
| HSV(B) | 9.69º | 0.97% | 0.93% | - |
| XYZ | 35.53 | 19.65 | 2.12 | - |
| YUV | 97.19 | 77.11 | 227.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 44 | 7 | 0 | 0.81 | 0.97 | 0.07 | 9.69 | 0.94 | 0.48 |
| Hex | EC | 2C | 7 | 0 | 51 | 61 | 7 | A | 5E | 30 |
| Octal | 354 | 54 | 7 | 0 | 121 | 141 | 7 | 12 | 136 | 60 |
| Binary | 11101100 | 101100 | 111 | 0 | 1010001 | 1100001 | 111 | 1010 | 1011110 | 110000 |
Color Harmonies of #EC2C07
Complementary color
Monochromatic Colors of #EC2C07
Black with #EC2C07
Text Example
Text Example
White with #EC2C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2C07; }
p { color: rgb(236,44,7); }
H1.HeaderClassName
{
color: #EC2C07;
}
.AnyTagClassName
{
color: #EC2C07;
}
</style>
background-color css
<style>
a { background-color: #EC2C07; }
a { background-color: rgb(236,44,7); }
div.DivClassName
{
background-color: #EC2C07;
}
.BgClassName
{
background-color: #EC2C07;
}
</style>
border-color css
<style>
span { border-color: #EC2C07; }
span { border-color: rgb(236,44,7); }
td.TdClassName
{
border-color: #EC2C07;
}
.TagClassName
{
border-color: #EC2C07;
}
</style>