Shades of Crimson #EC093E
Tints of Crimson #EC093E
RGB
CMYK
RGB Variations
Color information
#EC093E (or 0xEC093E) is known color: Crimson. HEX triplet: EC, 09 and 3E. RGB value is (236,9,62). Sum of RGB (Red+Green+Blue) = 236+9+62=307 (40% of max value = 765). Red value is 236 (92.58% from 255 or 76.87% from 307); Green value is 9 (3.91% from 255 or 2.93% from 307); Blue value is 62 (24.61% from 255 or 20.20% from 307); Max value from RGB is 236 - color contains mainly: red. Hex color #EC093E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC093E is #13F6C1. Grayscale: #525252. Windows color (decimal): -1308354 or 4065772. OLE color: 4065772.
HSL color Cylindrical-coordinate representation of color #EC093E: hue angle of 345.99º 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 #EC093E is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 9 | 62 | - |
| CMYK | 0 | 0.96 | 0.74 | 0.07 |
| HSL | 345.99º | 0.93% | 0.48% | - |
| HSV(B) | 345.99º | 0.96% | 0.93% | - |
| XYZ | 35.56 | 18.38 | 6.23 | - |
| YUV | 82.92 | 116.21 | 237.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 9 | 62 | 0 | 0.96 | 0.74 | 0.07 | 345.99 | 0.93 | 0.48 |
| Hex | EC | 9 | 3E | 0 | 60 | 4A | 7 | 15A | 5D | 30 |
| Octal | 354 | 11 | 76 | 0 | 140 | 112 | 7 | 532 | 135 | 60 |
| Binary | 11101100 | 1001 | 111110 | 0 | 1100000 | 1001010 | 111 | 101011010 | 1011101 | 110000 |
Color Harmonies of #EC093E
Complementary color
Monochromatic Colors of #EC093E
Black with #EC093E
Text Example
Text Example
White with #EC093E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC093E; }
p { color: rgb(236,9,62); }
H1.HeaderClassName
{
color: #EC093E;
}
.AnyTagClassName
{
color: #EC093E;
}
</style>
background-color css
<style>
a { background-color: #EC093E; }
a { background-color: rgb(236,9,62); }
div.DivClassName
{
background-color: #EC093E;
}
.BgClassName
{
background-color: #EC093E;
}
</style>
border-color css
<style>
span { border-color: #EC093E; }
span { border-color: rgb(236,9,62); }
td.TdClassName
{
border-color: #EC093E;
}
.TagClassName
{
border-color: #EC093E;
}
</style>