Shades of Crimson #EC073E
Tints of Crimson #EC073E
RGB
CMYK
RGB Variations
Color information
#EC073E (or 0xEC073E) is known color: Crimson. HEX triplet: EC, 07 and 3E. RGB value is (236,7,62). Sum of RGB (Red+Green+Blue) = 236+7+62=305 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.38% from 305); Green value is 7 (3.12% from 255 or 2.30% from 305); Blue value is 62 (24.61% from 255 or 20.33% from 305); Max value from RGB is 236 - color contains mainly: red. Hex color #EC073E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC073E is #13F8C1. Grayscale: #515151. Windows color (decimal): -1308866 or 4065260. OLE color: 4065260.
HSL color Cylindrical-coordinate representation of color #EC073E: hue angle of 345.59º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC073E is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 7 | 62 | - |
| CMYK | 0 | 0.97 | 0.74 | 0.07 |
| HSL | 345.59º | 0.94% | 0.48% | - |
| HSV(B) | 345.59º | 0.97% | 0.93% | - |
| XYZ | 35.54 | 18.33 | 6.22 | - |
| YUV | 81.74 | 116.87 | 238.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 7 | 62 | 0 | 0.97 | 0.74 | 0.07 | 345.59 | 0.94 | 0.48 |
| Hex | EC | 7 | 3E | 0 | 61 | 4A | 7 | 15A | 5E | 30 |
| Octal | 354 | 7 | 76 | 0 | 141 | 112 | 7 | 532 | 136 | 60 |
| Binary | 11101100 | 111 | 111110 | 0 | 1100001 | 1001010 | 111 | 101011010 | 1011110 | 110000 |
Color Harmonies of #EC073E
Complementary color
Monochromatic Colors of #EC073E
Black with #EC073E
Text Example
Text Example
White with #EC073E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC073E; }
p { color: rgb(236,7,62); }
H1.HeaderClassName
{
color: #EC073E;
}
.AnyTagClassName
{
color: #EC073E;
}
</style>
background-color css
<style>
a { background-color: #EC073E; }
a { background-color: rgb(236,7,62); }
div.DivClassName
{
background-color: #EC073E;
}
.BgClassName
{
background-color: #EC073E;
}
</style>
border-color css
<style>
span { border-color: #EC073E; }
span { border-color: rgb(236,7,62); }
td.TdClassName
{
border-color: #EC073E;
}
.TagClassName
{
border-color: #EC073E;
}
</style>