Shades of Crimson #EC073D
Tints of Crimson #EC073D
RGB
CMYK
RGB Variations
Color information
#EC073D (or 0xEC073D) is known color: Crimson. HEX triplet: EC, 07 and 3D. RGB value is (236,7,61). Sum of RGB (Red+Green+Blue) = 236+7+61=304 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.63% from 304); Green value is 7 (3.12% from 255 or 2.30% from 304); Blue value is 61 (24.22% from 255 or 20.07% from 304); Max value from RGB is 236 - color contains mainly: red. Hex color #EC073D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC073D is #13F8C2. Grayscale: #515151. Windows color (decimal): -1308867 or 3999724. OLE color: 3999724.
HSL color Cylindrical-coordinate representation of color #EC073D: hue angle of 345.85º 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 #EC073D is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 7 | 61 | - |
| CMYK | 0 | 0.97 | 0.74 | 0.07 |
| HSL | 345.85º | 0.94% | 0.48% | - |
| HSV(B) | 345.85º | 0.97% | 0.93% | - |
| XYZ | 35.51 | 18.32 | 6.08 | - |
| YUV | 81.63 | 116.37 | 238.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 7 | 61 | 0 | 0.97 | 0.74 | 0.07 | 345.85 | 0.94 | 0.48 |
| Hex | EC | 7 | 3D | 0 | 61 | 4A | 7 | 15A | 5E | 30 |
| Octal | 354 | 7 | 75 | 0 | 141 | 112 | 7 | 532 | 136 | 60 |
| Binary | 11101100 | 111 | 111101 | 0 | 1100001 | 1001010 | 111 | 101011010 | 1011110 | 110000 |
Color Harmonies of #EC073D
Complementary color
Monochromatic Colors of #EC073D
Black with #EC073D
Text Example
Text Example
White with #EC073D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC073D; }
p { color: rgb(236,7,61); }
H1.HeaderClassName
{
color: #EC073D;
}
.AnyTagClassName
{
color: #EC073D;
}
</style>
background-color css
<style>
a { background-color: #EC073D; }
a { background-color: rgb(236,7,61); }
div.DivClassName
{
background-color: #EC073D;
}
.BgClassName
{
background-color: #EC073D;
}
</style>
border-color css
<style>
span { border-color: #EC073D; }
span { border-color: rgb(236,7,61); }
td.TdClassName
{
border-color: #EC073D;
}
.TagClassName
{
border-color: #EC073D;
}
</style>