Shades of Scarlet #EC1907
Tints of Scarlet #EC1907
RGB
CMYK
RGB Variations
Color information
#EC1907 (or 0xEC1907) is known color: Scarlet. HEX triplet: EC, 19 and 07. RGB value is (236,25,7). Sum of RGB (Red+Green+Blue) = 236+25+7=268 (35% of max value = 765). Red value is 236 (92.58% from 255 or 88.06% from 268); Green value is 25 (10.16% from 255 or 9.33% from 268); Blue value is 7 (3.12% from 255 or 2.61% from 268); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1907 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1907 is #13E6F8. Grayscale: #565656. Windows color (decimal): -1304313 or 465388. OLE color: 465388.
HSL color Cylindrical-coordinate representation of color #EC1907: hue angle of 4.72º 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 #EC1907 is Cyan = 0, Magento = 0.89, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 25 | 7 | - |
| CMYK | 0 | 0.89 | 0.97 | 0.07 |
| HSL | 4.72º | 0.94% | 0.48% | - |
| HSV(B) | 4.72º | 0.97% | 0.93% | - |
| XYZ | 34.98 | 18.54 | 1.94 | - |
| YUV | 86.04 | 83.4 | 234.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 25 | 7 | 0 | 0.89 | 0.97 | 0.07 | 4.72 | 0.94 | 0.48 |
| Hex | EC | 19 | 7 | 0 | 59 | 61 | 7 | 5 | 5E | 30 |
| Octal | 354 | 31 | 7 | 0 | 131 | 141 | 7 | 5 | 136 | 60 |
| Binary | 11101100 | 11001 | 111 | 0 | 1011001 | 1100001 | 111 | 101 | 1011110 | 110000 |
Color Harmonies of #EC1907
Complementary color
Monochromatic Colors of #EC1907
Black with #EC1907
Text Example
Text Example
White with #EC1907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1907; }
p { color: rgb(236,25,7); }
H1.HeaderClassName
{
color: #EC1907;
}
.AnyTagClassName
{
color: #EC1907;
}
</style>
background-color css
<style>
a { background-color: #EC1907; }
a { background-color: rgb(236,25,7); }
div.DivClassName
{
background-color: #EC1907;
}
.BgClassName
{
background-color: #EC1907;
}
</style>
border-color css
<style>
span { border-color: #EC1907; }
span { border-color: rgb(236,25,7); }
td.TdClassName
{
border-color: #EC1907;
}
.TagClassName
{
border-color: #EC1907;
}
</style>