Shades of Scarlet #EC1705
Tints of Scarlet #EC1705
RGB
CMYK
RGB Variations
Color information
#EC1705 (or 0xEC1705) is known color: Scarlet. HEX triplet: EC, 17 and 05. RGB value is (236,23,5). Sum of RGB (Red+Green+Blue) = 236+23+5=264 (34% of max value = 765). Red value is 236 (92.58% from 255 or 89.39% from 264); Green value is 23 (9.38% from 255 or 8.71% from 264); Blue value is 5 (2.34% from 255 or 1.89% from 264); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1705 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1705 is #13E8FA. Grayscale: #545454. Windows color (decimal): -1304827 or 333804. OLE color: 333804.
HSL color Cylindrical-coordinate representation of color #EC1705: hue angle of 4.68º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC1705 is Cyan = 0, Magento = 0.90, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 23 | 5 | - |
| CMYK | 0 | 0.90 | 0.98 | 0.07 |
| HSL | 4.68º | 0.96% | 0.47% | - |
| HSV(B) | 4.68º | 0.98% | 0.93% | - |
| XYZ | 34.93 | 18.46 | 1.87 | - |
| YUV | 84.64 | 83.07 | 235.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 23 | 5 | 0 | 0.90 | 0.98 | 0.07 | 4.68 | 0.96 | 0.47 |
| Hex | EC | 17 | 5 | 0 | 5A | 62 | 7 | 5 | 60 | 2F |
| Octal | 354 | 27 | 5 | 0 | 132 | 142 | 7 | 5 | 140 | 57 |
| Binary | 11101100 | 10111 | 101 | 0 | 1011010 | 1100010 | 111 | 101 | 1100000 | 101111 |
Color Harmonies of #EC1705
Complementary color
Monochromatic Colors of #EC1705
Black with #EC1705
Text Example
Text Example
White with #EC1705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1705; }
p { color: rgb(236,23,5); }
H1.HeaderClassName
{
color: #EC1705;
}
.AnyTagClassName
{
color: #EC1705;
}
</style>
background-color css
<style>
a { background-color: #EC1705; }
a { background-color: rgb(236,23,5); }
div.DivClassName
{
background-color: #EC1705;
}
.BgClassName
{
background-color: #EC1705;
}
</style>
border-color css
<style>
span { border-color: #EC1705; }
span { border-color: rgb(236,23,5); }
td.TdClassName
{
border-color: #EC1705;
}
.TagClassName
{
border-color: #EC1705;
}
</style>