Shades of Crimson #EC093C
Tints of Crimson #EC093C
RGB
CMYK
RGB Variations
Color information
#EC093C (or 0xEC093C) is known color: Crimson. HEX triplet: EC, 09 and 3C. RGB value is (236,9,60). Sum of RGB (Red+Green+Blue) = 236+9+60=305 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.38% from 305); Green value is 9 (3.91% from 255 or 2.95% from 305); Blue value is 60 (23.83% from 255 or 19.67% from 305); Max value from RGB is 236 - color contains mainly: red. Hex color #EC093C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC093C is #13F6C3. Grayscale: #525252. Windows color (decimal): -1308356 or 3934700. OLE color: 3934700.
HSL color Cylindrical-coordinate representation of color #EC093C: hue angle of 346.52º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EC093C is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 9 | 60 | - |
CMYK | 0 | 0.96 | 0.75 | 0.07 |
HSL | 346.52º | 0.93% | 0.48% | - |
HSV(B) | 346.52º | 0.96% | 0.93% | - |
XYZ | 35.51 | 18.35 | 5.95 | - |
YUV | 82.69 | 115.21 | 237.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 9 | 60 | 0 | 0.96 | 0.75 | 0.07 | 346.52 | 0.93 | 0.48 |
Hex | EC | 9 | 3C | 0 | 60 | 4B | 7 | 15B | 5D | 30 |
Octal | 354 | 11 | 74 | 0 | 140 | 113 | 7 | 533 | 135 | 60 |
Binary | 11101100 | 1001 | 111100 | 0 | 1100000 | 1001011 | 111 | 101011011 | 1011101 | 110000 |
Color Harmonies of #EC093C
Complementary color
Monochromatic Colors of #EC093C
Black with #EC093C
Text Example
Text Example
White with #EC093C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC093C; }
p { color: rgb(236,9,60); }
H1.HeaderClassName
{
color: #EC093C;
}
.AnyTagClassName
{
color: #EC093C;
}
</style>
background-color css
<style>
a { background-color: #EC093C; }
a { background-color: rgb(236,9,60); }
div.DivClassName
{
background-color: #EC093C;
}
.BgClassName
{
background-color: #EC093C;
}
</style>
border-color css
<style>
span { border-color: #EC093C; }
span { border-color: rgb(236,9,60); }
td.TdClassName
{
border-color: #EC093C;
}
.TagClassName
{
border-color: #EC093C;
}
</style>