Shades of Scarlet #EC170D
Tints of Scarlet #EC170D
RGB
CMYK
RGB Variations
Color information
#EC170D (or 0xEC170D) is known color: Scarlet. HEX triplet: EC, 17 and 0D. RGB value is (236,23,13). Sum of RGB (Red+Green+Blue) = 236+23+13=272 (36% of max value = 765). Red value is 236 (92.58% from 255 or 86.76% from 272); Green value is 23 (9.38% from 255 or 8.46% from 272); Blue value is 13 (5.47% from 255 or 4.78% from 272); Max value from RGB is 236 - color contains mainly: red. Hex color #EC170D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC170D is #13E8F2. Grayscale: #555555. Windows color (decimal): -1304819 or 858092. OLE color: 858092.
HSL color Cylindrical-coordinate representation of color #EC170D: hue angle of 2.69º degrees, saturation: 0.9, 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 #EC170D is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 23 | 13 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.07 |
| HSL | 2.69º | 0.9% | 0.49% | - |
| HSV(B) | 2.69º | 0.94% | 0.93% | - |
| XYZ | 34.97 | 18.47 | 2.1 | - |
| YUV | 85.55 | 87.07 | 235.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 23 | 13 | 0 | 0.90 | 0.94 | 0.07 | 2.69 | 0.9 | 0.49 |
| Hex | EC | 17 | D | 0 | 5A | 5E | 7 | 3 | 5A | 31 |
| Octal | 354 | 27 | 15 | 0 | 132 | 136 | 7 | 3 | 132 | 61 |
| Binary | 11101100 | 10111 | 1101 | 0 | 1011010 | 1011110 | 111 | 11 | 1011010 | 110001 |
Color Harmonies of #EC170D
Complementary color
Monochromatic Colors of #EC170D
Black with #EC170D
Text Example
Text Example
White with #EC170D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC170D; }
p { color: rgb(236,23,13); }
H1.HeaderClassName
{
color: #EC170D;
}
.AnyTagClassName
{
color: #EC170D;
}
</style>
background-color css
<style>
a { background-color: #EC170D; }
a { background-color: rgb(236,23,13); }
div.DivClassName
{
background-color: #EC170D;
}
.BgClassName
{
background-color: #EC170D;
}
</style>
border-color css
<style>
span { border-color: #EC170D; }
span { border-color: rgb(236,23,13); }
td.TdClassName
{
border-color: #EC170D;
}
.TagClassName
{
border-color: #EC170D;
}
</style>