Shades of Scarlet #EC2507
Tints of Scarlet #EC2507
RGB
CMYK
RGB Variations
Color information
#EC2507 (or 0xEC2507) is known color: Scarlet. HEX triplet: EC, 25 and 07. RGB value is (236,37,7). Sum of RGB (Red+Green+Blue) = 236+37+7=280 (37% of max value = 765). Red value is 236 (92.58% from 255 or 84.29% from 280); Green value is 37 (14.84% from 255 or 13.21% from 280); Blue value is 7 (3.12% from 255 or 2.5% from 280); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2507 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2507 is #13DAF8. Grayscale: #5D5D5D. Windows color (decimal): -1301241 or 468460. OLE color: 468460.
HSL color Cylindrical-coordinate representation of color #EC2507: hue angle of 7.86º 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 #EC2507 is Cyan = 0, Magento = 0.84, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 37 | 7 | - |
| CMYK | 0 | 0.84 | 0.97 | 0.07 |
| HSL | 7.86º | 0.94% | 0.48% | - |
| HSV(B) | 7.86º | 0.97% | 0.93% | - |
| XYZ | 35.29 | 19.17 | 2.04 | - |
| YUV | 93.08 | 79.43 | 229.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 37 | 7 | 0 | 0.84 | 0.97 | 0.07 | 7.86 | 0.94 | 0.48 |
| Hex | EC | 25 | 7 | 0 | 54 | 61 | 7 | 8 | 5E | 30 |
| Octal | 354 | 45 | 7 | 0 | 124 | 141 | 7 | 10 | 136 | 60 |
| Binary | 11101100 | 100101 | 111 | 0 | 1010100 | 1100001 | 111 | 1000 | 1011110 | 110000 |
Color Harmonies of #EC2507
Complementary color
Monochromatic Colors of #EC2507
Black with #EC2507
Text Example
Text Example
White with #EC2507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2507; }
p { color: rgb(236,37,7); }
H1.HeaderClassName
{
color: #EC2507;
}
.AnyTagClassName
{
color: #EC2507;
}
</style>
background-color css
<style>
a { background-color: #EC2507; }
a { background-color: rgb(236,37,7); }
div.DivClassName
{
background-color: #EC2507;
}
.BgClassName
{
background-color: #EC2507;
}
</style>
border-color css
<style>
span { border-color: #EC2507; }
span { border-color: rgb(236,37,7); }
td.TdClassName
{
border-color: #EC2507;
}
.TagClassName
{
border-color: #EC2507;
}
</style>