Shades of Scarlet #EC1F12
Tints of Scarlet #EC1F12
RGB
CMYK
RGB Variations
Color information
#EC1F12 (or 0xEC1F12) is known color: Scarlet. HEX triplet: EC, 1F and 12. RGB value is (236,31,18). Sum of RGB (Red+Green+Blue) = 236+31+18=285 (37% of max value = 765). Red value is 236 (92.58% from 255 or 82.81% from 285); Green value is 31 (12.5% from 255 or 10.88% from 285); Blue value is 18 (7.42% from 255 or 6.32% from 285); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1F12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC1F12 is #13E0ED. Grayscale: #5B5B5B. Windows color (decimal): -1302766 or 1187820. OLE color: 1187820.
HSL color Cylindrical-coordinate representation of color #EC1F12: hue angle of 3.58º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC1F12 is Cyan = 0, Magento = 0.87, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 31 | 18 | - |
| CMYK | 0 | 0.87 | 0.92 | 0.07 |
| HSL | 3.58º | 0.86% | 0.5% | - |
| HSV(B) | 3.58º | 0.92% | 0.93% | - |
| XYZ | 35.19 | 18.86 | 2.36 | - |
| YUV | 90.81 | 86.92 | 231.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 31 | 18 | 0 | 0.87 | 0.92 | 0.07 | 3.58 | 0.86 | 0.5 |
| Hex | EC | 1F | 12 | 0 | 57 | 5C | 7 | 4 | 56 | 32 |
| Octal | 354 | 37 | 22 | 0 | 127 | 134 | 7 | 4 | 126 | 62 |
| Binary | 11101100 | 11111 | 10010 | 0 | 1010111 | 1011100 | 111 | 100 | 1010110 | 110010 |
Color Harmonies of #EC1F12
Complementary color
Monochromatic Colors of #EC1F12
Black with #EC1F12
Text Example
Text Example
White with #EC1F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1F12; }
p { color: rgb(236,31,18); }
H1.HeaderClassName
{
color: #EC1F12;
}
.AnyTagClassName
{
color: #EC1F12;
}
</style>
background-color css
<style>
a { background-color: #EC1F12; }
a { background-color: rgb(236,31,18); }
div.DivClassName
{
background-color: #EC1F12;
}
.BgClassName
{
background-color: #EC1F12;
}
</style>
border-color css
<style>
span { border-color: #EC1F12; }
span { border-color: rgb(236,31,18); }
td.TdClassName
{
border-color: #EC1F12;
}
.TagClassName
{
border-color: #EC1F12;
}
</style>