Shades of Scarlet #EC1F17
Tints of Scarlet #EC1F17
RGB
CMYK
RGB Variations
Color information
#EC1F17 (or 0xEC1F17) is known color: Scarlet. HEX triplet: EC, 1F and 17. RGB value is (236,31,23). Sum of RGB (Red+Green+Blue) = 236+31+23=290 (38% of max value = 765). Red value is 236 (92.58% from 255 or 81.38% from 290); Green value is 31 (12.5% from 255 or 10.69% from 290); Blue value is 23 (9.38% from 255 or 7.93% from 290); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1F17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC1F17 is #13E0E8. Grayscale: #5B5B5B. Windows color (decimal): -1302761 or 1515500. OLE color: 1515500.
HSL color Cylindrical-coordinate representation of color #EC1F17: hue angle of 2.25º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC1F17 is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 31 | 23 | - |
| CMYK | 0 | 0.87 | 0.90 | 0.07 |
| HSL | 2.25º | 0.85% | 0.51% | - |
| HSV(B) | 2.25º | 0.9% | 0.93% | - |
| XYZ | 35.24 | 18.87 | 2.6 | - |
| YUV | 91.38 | 89.42 | 231.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 31 | 23 | 0 | 0.87 | 0.90 | 0.07 | 2.25 | 0.85 | 0.51 |
| Hex | EC | 1F | 17 | 0 | 57 | 5A | 7 | 2 | 55 | 33 |
| Octal | 354 | 37 | 27 | 0 | 127 | 132 | 7 | 2 | 125 | 63 |
| Binary | 11101100 | 11111 | 10111 | 0 | 1010111 | 1011010 | 111 | 10 | 1010101 | 110011 |
Color Harmonies of #EC1F17
Complementary color
Monochromatic Colors of #EC1F17
Black with #EC1F17
Text Example
Text Example
White with #EC1F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1F17; }
p { color: rgb(236,31,23); }
H1.HeaderClassName
{
color: #EC1F17;
}
.AnyTagClassName
{
color: #EC1F17;
}
</style>
background-color css
<style>
a { background-color: #EC1F17; }
a { background-color: rgb(236,31,23); }
div.DivClassName
{
background-color: #EC1F17;
}
.BgClassName
{
background-color: #EC1F17;
}
</style>
border-color css
<style>
span { border-color: #EC1F17; }
span { border-color: rgb(236,31,23); }
td.TdClassName
{
border-color: #EC1F17;
}
.TagClassName
{
border-color: #EC1F17;
}
</style>