Shades of Crimson #EC144A
Tints of Crimson #EC144A
RGB
CMYK
RGB Variations
Color information
#EC144A (or 0xEC144A) is known color: Crimson. HEX triplet: EC, 14 and 4A. RGB value is (236,20,74). Sum of RGB (Red+Green+Blue) = 236+20+74=330 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.52% from 330); Green value is 20 (8.20% from 255 or 6.06% from 330); Blue value is 74 (29.30% from 255 or 22.42% from 330); Max value from RGB is 236 - color contains mainly: red. Hex color #EC144A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC144A is #13EBB5. Grayscale: #5A5A5A. Windows color (decimal): -1305526 or 4855020. OLE color: 4855020.
HSL color Cylindrical-coordinate representation of color #EC144A: hue angle of 345º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC144A is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 20 | 74 | - |
| CMYK | 0 | 0.92 | 0.69 | 0.07 |
| HSL | 345º | 0.85% | 0.5% | - |
| HSV(B) | 345º | 0.92% | 0.93% | - |
| XYZ | 36.08 | 18.83 | 8.21 | - |
| YUV | 90.74 | 118.56 | 231.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 20 | 74 | 0 | 0.92 | 0.69 | 0.07 | 345 | 0.85 | 0.5 |
| Hex | EC | 14 | 4A | 0 | 5C | 45 | 7 | 159 | 55 | 32 |
| Octal | 354 | 24 | 112 | 0 | 134 | 105 | 7 | 531 | 125 | 62 |
| Binary | 11101100 | 10100 | 1001010 | 0 | 1011100 | 1000101 | 111 | 101011001 | 1010101 | 110010 |
Color Harmonies of #EC144A
Complementary color
Monochromatic Colors of #EC144A
Black with #EC144A
Text Example
Text Example
White with #EC144A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC144A; }
p { color: rgb(236,20,74); }
H1.HeaderClassName
{
color: #EC144A;
}
.AnyTagClassName
{
color: #EC144A;
}
</style>
background-color css
<style>
a { background-color: #EC144A; }
a { background-color: rgb(236,20,74); }
div.DivClassName
{
background-color: #EC144A;
}
.BgClassName
{
background-color: #EC144A;
}
</style>
border-color css
<style>
span { border-color: #EC144A; }
span { border-color: rgb(236,20,74); }
td.TdClassName
{
border-color: #EC144A;
}
.TagClassName
{
border-color: #EC144A;
}
</style>