Shades of Crimson #EC123C
Tints of Crimson #EC123C
RGB
CMYK
RGB Variations
Color information
#EC123C (or 0xEC123C) is known color: Crimson. HEX triplet: EC, 12 and 3C. RGB value is (236,18,60). Sum of RGB (Red+Green+Blue) = 236+18+60=314 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.16% from 314); Green value is 18 (7.42% from 255 or 5.73% from 314); Blue value is 60 (23.83% from 255 or 19.11% from 314); Max value from RGB is 236 - color contains mainly: red. Hex color #EC123C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC123C is #13EDC3. Grayscale: #585858. Windows color (decimal): -1306052 or 3937004. OLE color: 3937004.
HSL color Cylindrical-coordinate representation of color #EC123C: hue angle of 348.44º 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 #EC123C is Cyan = 0, Magento = 0.92, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 18 | 60 | - |
| CMYK | 0 | 0.92 | 0.75 | 0.07 |
| HSL | 348.44º | 0.86% | 0.5% | - |
| HSV(B) | 348.44º | 0.92% | 0.93% | - |
| XYZ | 35.62 | 18.59 | 5.99 | - |
| YUV | 87.97 | 112.22 | 233.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 18 | 60 | 0 | 0.92 | 0.75 | 0.07 | 348.44 | 0.86 | 0.5 |
| Hex | EC | 12 | 3C | 0 | 5C | 4B | 7 | 15C | 56 | 32 |
| Octal | 354 | 22 | 74 | 0 | 134 | 113 | 7 | 534 | 126 | 62 |
| Binary | 11101100 | 10010 | 111100 | 0 | 1011100 | 1001011 | 111 | 101011100 | 1010110 | 110010 |
Color Harmonies of #EC123C
Complementary color
Monochromatic Colors of #EC123C
Black with #EC123C
Text Example
Text Example
White with #EC123C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC123C; }
p { color: rgb(236,18,60); }
H1.HeaderClassName
{
color: #EC123C;
}
.AnyTagClassName
{
color: #EC123C;
}
</style>
background-color css
<style>
a { background-color: #EC123C; }
a { background-color: rgb(236,18,60); }
div.DivClassName
{
background-color: #EC123C;
}
.BgClassName
{
background-color: #EC123C;
}
</style>
border-color css
<style>
span { border-color: #EC123C; }
span { border-color: rgb(236,18,60); }
td.TdClassName
{
border-color: #EC123C;
}
.TagClassName
{
border-color: #EC123C;
}
</style>