Shades of Scarlet #EC2612
Tints of Scarlet #EC2612
RGB
CMYK
RGB Variations
Color information
#EC2612 (or 0xEC2612) is known color: Scarlet. HEX triplet: EC, 26 and 12. RGB value is (236,38,18). Sum of RGB (Red+Green+Blue) = 236+38+18=292 (38% of max value = 765). Red value is 236 (92.58% from 255 or 80.82% from 292); Green value is 38 (15.23% from 255 or 13.01% from 292); Blue value is 18 (7.42% from 255 or 6.16% from 292); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2612 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2612 is #13D9ED. Grayscale: #5F5F5F. Windows color (decimal): -1300974 or 1189612. OLE color: 1189612.
HSL color Cylindrical-coordinate representation of color #EC2612: hue angle of 5.5º 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 #EC2612 is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 38 | 18 | - |
| CMYK | 0 | 0.84 | 0.92 | 0.07 |
| HSL | 5.5º | 0.86% | 0.5% | - |
| HSV(B) | 5.5º | 0.92% | 0.93% | - |
| XYZ | 35.39 | 19.26 | 2.42 | - |
| YUV | 94.92 | 84.6 | 228.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 38 | 18 | 0 | 0.84 | 0.92 | 0.07 | 5.5 | 0.86 | 0.5 |
| Hex | EC | 26 | 12 | 0 | 54 | 5C | 7 | 6 | 56 | 32 |
| Octal | 354 | 46 | 22 | 0 | 124 | 134 | 7 | 6 | 126 | 62 |
| Binary | 11101100 | 100110 | 10010 | 0 | 1010100 | 1011100 | 111 | 110 | 1010110 | 110010 |
Color Harmonies of #EC2612
Complementary color
Monochromatic Colors of #EC2612
Black with #EC2612
Text Example
Text Example
White with #EC2612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2612; }
p { color: rgb(236,38,18); }
H1.HeaderClassName
{
color: #EC2612;
}
.AnyTagClassName
{
color: #EC2612;
}
</style>
background-color css
<style>
a { background-color: #EC2612; }
a { background-color: rgb(236,38,18); }
div.DivClassName
{
background-color: #EC2612;
}
.BgClassName
{
background-color: #EC2612;
}
</style>
border-color css
<style>
span { border-color: #EC2612; }
span { border-color: rgb(236,38,18); }
td.TdClassName
{
border-color: #EC2612;
}
.TagClassName
{
border-color: #EC2612;
}
</style>