Shades of Scarlet #EC1F18
Tints of Scarlet #EC1F18
RGB
CMYK
RGB Variations
Color information
#EC1F18 (or 0xEC1F18) is known color: Scarlet. HEX triplet: EC, 1F and 18. RGB value is (236,31,24). Sum of RGB (Red+Green+Blue) = 236+31+24=291 (38% of max value = 765). Red value is 236 (92.58% from 255 or 81.10% from 291); Green value is 31 (12.5% from 255 or 10.65% from 291); Blue value is 24 (9.77% from 255 or 8.25% from 291); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1F18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC1F18 is #13E0E7. Grayscale: #5B5B5B. Windows color (decimal): -1302760 or 1581036. OLE color: 1581036.
HSL color Cylindrical-coordinate representation of color #EC1F18: hue angle of 1.98º 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 #EC1F18 is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 31 | 24 | - |
| CMYK | 0 | 0.87 | 0.90 | 0.07 |
| HSL | 1.98º | 0.85% | 0.51% | - |
| HSV(B) | 1.98º | 0.9% | 0.93% | - |
| XYZ | 35.25 | 18.88 | 2.65 | - |
| YUV | 91.5 | 89.92 | 231.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 31 | 24 | 0 | 0.87 | 0.90 | 0.07 | 1.98 | 0.85 | 0.51 |
| Hex | EC | 1F | 18 | 0 | 57 | 5A | 7 | 2 | 55 | 33 |
| Octal | 354 | 37 | 30 | 0 | 127 | 132 | 7 | 2 | 125 | 63 |
| Binary | 11101100 | 11111 | 11000 | 0 | 1010111 | 1011010 | 111 | 10 | 1010101 | 110011 |
Color Harmonies of #EC1F18
Complementary color
Monochromatic Colors of #EC1F18
Black with #EC1F18
Text Example
Text Example
White with #EC1F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1F18; }
p { color: rgb(236,31,24); }
H1.HeaderClassName
{
color: #EC1F18;
}
.AnyTagClassName
{
color: #EC1F18;
}
</style>
background-color css
<style>
a { background-color: #EC1F18; }
a { background-color: rgb(236,31,24); }
div.DivClassName
{
background-color: #EC1F18;
}
.BgClassName
{
background-color: #EC1F18;
}
</style>
border-color css
<style>
span { border-color: #EC1F18; }
span { border-color: rgb(236,31,24); }
td.TdClassName
{
border-color: #EC1F18;
}
.TagClassName
{
border-color: #EC1F18;
}
</style>