Shades of Scarlet #EC170F
Tints of Scarlet #EC170F
RGB
CMYK
RGB Variations
Color information
#EC170F (or 0xEC170F) is known color: Scarlet. HEX triplet: EC, 17 and 0F. RGB value is (236,23,15). Sum of RGB (Red+Green+Blue) = 236+23+15=274 (36% of max value = 765). Red value is 236 (92.58% from 255 or 86.13% from 274); Green value is 23 (9.38% from 255 or 8.39% from 274); Blue value is 15 (6.25% from 255 or 5.47% from 274); Max value from RGB is 236 - color contains mainly: red. Hex color #EC170F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC170F is #13E8F0. Grayscale: #565656. Windows color (decimal): -1304817 or 989164. OLE color: 989164.
HSL color Cylindrical-coordinate representation of color #EC170F: hue angle of 2.17º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC170F is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 23 | 15 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.07 |
| HSL | 2.17º | 0.88% | 0.49% | - |
| HSV(B) | 2.17º | 0.94% | 0.93% | - |
| XYZ | 34.98 | 18.48 | 2.18 | - |
| YUV | 85.78 | 88.07 | 235.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 23 | 15 | 0 | 0.90 | 0.94 | 0.07 | 2.17 | 0.88 | 0.49 |
| Hex | EC | 17 | F | 0 | 5A | 5E | 7 | 2 | 58 | 31 |
| Octal | 354 | 27 | 17 | 0 | 132 | 136 | 7 | 2 | 130 | 61 |
| Binary | 11101100 | 10111 | 1111 | 0 | 1011010 | 1011110 | 111 | 10 | 1011000 | 110001 |
Color Harmonies of #EC170F
Complementary color
Monochromatic Colors of #EC170F
Black with #EC170F
Text Example
Text Example
White with #EC170F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC170F; }
p { color: rgb(236,23,15); }
H1.HeaderClassName
{
color: #EC170F;
}
.AnyTagClassName
{
color: #EC170F;
}
</style>
background-color css
<style>
a { background-color: #EC170F; }
a { background-color: rgb(236,23,15); }
div.DivClassName
{
background-color: #EC170F;
}
.BgClassName
{
background-color: #EC170F;
}
</style>
border-color css
<style>
span { border-color: #EC170F; }
span { border-color: rgb(236,23,15); }
td.TdClassName
{
border-color: #EC170F;
}
.TagClassName
{
border-color: #EC170F;
}
</style>