Shades of Crimson #EC0F44
Tints of Crimson #EC0F44
RGB
CMYK
RGB Variations
Color information
#EC0F44 (or 0xEC0F44) is known color: Crimson. HEX triplet: EC, 0F and 44. RGB value is (236,15,68). Sum of RGB (Red+Green+Blue) = 236+15+68=319 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.98% from 319); Green value is 15 (6.25% from 255 or 4.70% from 319); Blue value is 68 (26.95% from 255 or 21.32% from 319); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0F44 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0F44 is #13F0BB. Grayscale: #575757. Windows color (decimal): -1306812 or 4460524. OLE color: 4460524.
HSL color Cylindrical-coordinate representation of color #EC0F44: hue angle of 345.61º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC0F44 is Cyan = 0, Magento = 0.94, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 15 | 68 | - |
| CMYK | 0 | 0.94 | 0.71 | 0.07 |
| HSL | 345.61º | 0.88% | 0.49% | - |
| HSV(B) | 345.61º | 0.94% | 0.93% | - |
| XYZ | 35.81 | 18.59 | 7.17 | - |
| YUV | 87.12 | 117.22 | 234.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 15 | 68 | 0 | 0.94 | 0.71 | 0.07 | 345.61 | 0.88 | 0.49 |
| Hex | EC | F | 44 | 0 | 5E | 47 | 7 | 15A | 58 | 31 |
| Octal | 354 | 17 | 104 | 0 | 136 | 107 | 7 | 532 | 130 | 61 |
| Binary | 11101100 | 1111 | 1000100 | 0 | 1011110 | 1000111 | 111 | 101011010 | 1011000 | 110001 |
Color Harmonies of #EC0F44
Complementary color
Monochromatic Colors of #EC0F44
Black with #EC0F44
Text Example
Text Example
White with #EC0F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0F44; }
p { color: rgb(236,15,68); }
H1.HeaderClassName
{
color: #EC0F44;
}
.AnyTagClassName
{
color: #EC0F44;
}
</style>
background-color css
<style>
a { background-color: #EC0F44; }
a { background-color: rgb(236,15,68); }
div.DivClassName
{
background-color: #EC0F44;
}
.BgClassName
{
background-color: #EC0F44;
}
</style>
border-color css
<style>
span { border-color: #EC0F44; }
span { border-color: rgb(236,15,68); }
td.TdClassName
{
border-color: #EC0F44;
}
.TagClassName
{
border-color: #EC0F44;
}
</style>