Shades of Scarlet #EC1700
Tints of Scarlet #EC1700
RGB
CMYK
RGB Variations
Color information
#EC1700 (or 0xEC1700) is known color: Scarlet. HEX triplet: EC, 17 and 00. RGB value is (236,23,0). Sum of RGB (Red+Green+Blue) = 236+23+0=259 (34% of max value = 765). Red value is 236 (92.58% from 255 or 91.12% from 259); Green value is 23 (9.38% from 255 or 8.88% from 259); Blue value is 0 (0.39% from 255 or 0% from 259); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1700 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1700 is #13E8FF. Grayscale: #545454. Windows color (decimal): -1304832 or 6124. OLE color: 6124.
HSL color Cylindrical-coordinate representation of color #EC1700: hue angle of 5.85º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC1700 is Cyan = 0, Magento = 0.90, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 23 | 0 | - |
| CMYK | 0 | 0.90 | 1 | 0.07 |
| HSL | 5.85º | 1% | 0.46% | - |
| HSV(B) | 5.85º | 1% | 0.93% | - |
| XYZ | 34.9 | 18.45 | 1.72 | - |
| YUV | 84.07 | 80.57 | 236.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 23 | 0 | 0 | 0.90 | 1 | 0.07 | 5.85 | 1 | 0.46 |
| Hex | EC | 17 | 0 | 0 | 5A | 64 | 7 | 6 | 64 | 2E |
| Octal | 354 | 27 | 0 | 0 | 132 | 144 | 7 | 6 | 144 | 56 |
| Binary | 11101100 | 10111 | 0 | 0 | 1011010 | 1100100 | 111 | 110 | 1100100 | 101110 |
Color Harmonies of #EC1700
Complementary color
Monochromatic Colors of #EC1700
Black with #EC1700
Text Example
Text Example
White with #EC1700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1700; }
p { color: rgb(236,23,0); }
H1.HeaderClassName
{
color: #EC1700;
}
.AnyTagClassName
{
color: #EC1700;
}
</style>
background-color css
<style>
a { background-color: #EC1700; }
a { background-color: rgb(236,23,0); }
div.DivClassName
{
background-color: #EC1700;
}
.BgClassName
{
background-color: #EC1700;
}
</style>
border-color css
<style>
span { border-color: #EC1700; }
span { border-color: rgb(236,23,0); }
td.TdClassName
{
border-color: #EC1700;
}
.TagClassName
{
border-color: #EC1700;
}
</style>