Shades of Scarlet #EC1607
Tints of Scarlet #EC1607
RGB
CMYK
RGB Variations
Color information
#EC1607 (or 0xEC1607) is known color: Scarlet. HEX triplet: EC, 16 and 07. RGB value is (236,22,7). Sum of RGB (Red+Green+Blue) = 236+22+7=265 (35% of max value = 765). Red value is 236 (92.58% from 255 or 89.06% from 265); Green value is 22 (8.98% from 255 or 8.30% from 265); Blue value is 7 (3.12% from 255 or 2.64% from 265); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1607 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1607 is #13E9F8. Grayscale: #545454. Windows color (decimal): -1305081 or 464620. OLE color: 464620.
HSL color Cylindrical-coordinate representation of color #EC1607: hue angle of 3.93º 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 #EC1607 is Cyan = 0, Magento = 0.91, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 22 | 7 | - |
| CMYK | 0 | 0.91 | 0.97 | 0.07 |
| HSL | 3.93º | 0.94% | 0.48% | - |
| HSV(B) | 3.93º | 0.97% | 0.93% | - |
| XYZ | 34.92 | 18.42 | 1.92 | - |
| YUV | 84.28 | 84.4 | 236.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 22 | 7 | 0 | 0.91 | 0.97 | 0.07 | 3.93 | 0.94 | 0.48 |
| Hex | EC | 16 | 7 | 0 | 5B | 61 | 7 | 4 | 5E | 30 |
| Octal | 354 | 26 | 7 | 0 | 133 | 141 | 7 | 4 | 136 | 60 |
| Binary | 11101100 | 10110 | 111 | 0 | 1011011 | 1100001 | 111 | 100 | 1011110 | 110000 |
Color Harmonies of #EC1607
Complementary color
Monochromatic Colors of #EC1607
Black with #EC1607
Text Example
Text Example
White with #EC1607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1607; }
p { color: rgb(236,22,7); }
H1.HeaderClassName
{
color: #EC1607;
}
.AnyTagClassName
{
color: #EC1607;
}
</style>
background-color css
<style>
a { background-color: #EC1607; }
a { background-color: rgb(236,22,7); }
div.DivClassName
{
background-color: #EC1607;
}
.BgClassName
{
background-color: #EC1607;
}
</style>
border-color css
<style>
span { border-color: #EC1607; }
span { border-color: rgb(236,22,7); }
td.TdClassName
{
border-color: #EC1607;
}
.TagClassName
{
border-color: #EC1607;
}
</style>