Shades of Scarlet #EC2F12
Tints of Scarlet #EC2F12
RGB
CMYK
RGB Variations
Color information
#EC2F12 (or 0xEC2F12) is known color: Scarlet. HEX triplet: EC, 2F and 12. RGB value is (236,47,18). Sum of RGB (Red+Green+Blue) = 236+47+18=301 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.41% from 301); Green value is 47 (18.75% from 255 or 15.61% from 301); Blue value is 18 (7.42% from 255 or 5.98% from 301); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2F12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2F12 is #13D0ED. Grayscale: #646464. Windows color (decimal): -1298670 or 1191916. OLE color: 1191916.
HSL color Cylindrical-coordinate representation of color #EC2F12: hue angle of 7.98º 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 #EC2F12 is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 47 | 18 | - |
| CMYK | 0 | 0.80 | 0.92 | 0.07 |
| HSL | 7.98º | 0.86% | 0.5% | - |
| HSV(B) | 7.98º | 0.92% | 0.93% | - |
| XYZ | 35.72 | 19.91 | 2.53 | - |
| YUV | 100.21 | 81.62 | 224.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 47 | 18 | 0 | 0.80 | 0.92 | 0.07 | 7.98 | 0.86 | 0.5 |
| Hex | EC | 2F | 12 | 0 | 50 | 5C | 7 | 8 | 56 | 32 |
| Octal | 354 | 57 | 22 | 0 | 120 | 134 | 7 | 10 | 126 | 62 |
| Binary | 11101100 | 101111 | 10010 | 0 | 1010000 | 1011100 | 111 | 1000 | 1010110 | 110010 |
Color Harmonies of #EC2F12
Complementary color
Monochromatic Colors of #EC2F12
Black with #EC2F12
Text Example
Text Example
White with #EC2F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2F12; }
p { color: rgb(236,47,18); }
H1.HeaderClassName
{
color: #EC2F12;
}
.AnyTagClassName
{
color: #EC2F12;
}
</style>
background-color css
<style>
a { background-color: #EC2F12; }
a { background-color: rgb(236,47,18); }
div.DivClassName
{
background-color: #EC2F12;
}
.BgClassName
{
background-color: #EC2F12;
}
</style>
border-color css
<style>
span { border-color: #EC2F12; }
span { border-color: rgb(236,47,18); }
td.TdClassName
{
border-color: #EC2F12;
}
.TagClassName
{
border-color: #EC2F12;
}
</style>