Shades of Crimson #EC053E
Tints of Crimson #EC053E
RGB
CMYK
RGB Variations
Color information
#EC053E (or 0xEC053E) is known color: Crimson. HEX triplet: EC, 05 and 3E. RGB value is (236,5,62). Sum of RGB (Red+Green+Blue) = 236+5+62=303 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.89% from 303); Green value is 5 (2.34% from 255 or 1.65% from 303); Blue value is 62 (24.61% from 255 or 20.46% from 303); Max value from RGB is 236 - color contains mainly: red. Hex color #EC053E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC053E is #13FAC1. Grayscale: #505050. Windows color (decimal): -1309378 or 4064748. OLE color: 4064748.
HSL color Cylindrical-coordinate representation of color #EC053E: hue angle of 345.19º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC053E is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 5 | 62 | - |
| CMYK | 0 | 0.98 | 0.74 | 0.07 |
| HSL | 345.19º | 0.96% | 0.47% | - |
| HSV(B) | 345.19º | 0.98% | 0.93% | - |
| XYZ | 35.52 | 18.29 | 6.22 | - |
| YUV | 80.57 | 117.53 | 238.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 5 | 62 | 0 | 0.98 | 0.74 | 0.07 | 345.19 | 0.96 | 0.47 |
| Hex | EC | 5 | 3E | 0 | 62 | 4A | 7 | 159 | 60 | 2F |
| Octal | 354 | 5 | 76 | 0 | 142 | 112 | 7 | 531 | 140 | 57 |
| Binary | 11101100 | 101 | 111110 | 0 | 1100010 | 1001010 | 111 | 101011001 | 1100000 | 101111 |
Color Harmonies of #EC053E
Complementary color
Monochromatic Colors of #EC053E
Black with #EC053E
Text Example
Text Example
White with #EC053E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC053E; }
p { color: rgb(236,5,62); }
H1.HeaderClassName
{
color: #EC053E;
}
.AnyTagClassName
{
color: #EC053E;
}
</style>
background-color css
<style>
a { background-color: #EC053E; }
a { background-color: rgb(236,5,62); }
div.DivClassName
{
background-color: #EC053E;
}
.BgClassName
{
background-color: #EC053E;
}
</style>
border-color css
<style>
span { border-color: #EC053E; }
span { border-color: rgb(236,5,62); }
td.TdClassName
{
border-color: #EC053E;
}
.TagClassName
{
border-color: #EC053E;
}
</style>