Shades of Crimson #EC134B
Tints of Crimson #EC134B
RGB
CMYK
RGB Variations
Color information
#EC134B (or 0xEC134B) is known color: Crimson. HEX triplet: EC, 13 and 4B. RGB value is (236,19,75). Sum of RGB (Red+Green+Blue) = 236+19+75=330 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.52% from 330); Green value is 19 (7.81% from 255 or 5.76% from 330); Blue value is 75 (29.69% from 255 or 22.73% from 330); Max value from RGB is 236 - color contains mainly: red. Hex color #EC134B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC134B is #13ECB4. Grayscale: #5A5A5A. Windows color (decimal): -1305781 or 4920300. OLE color: 4920300.
HSL color Cylindrical-coordinate representation of color #EC134B: hue angle of 344.52º 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 #EC134B is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 19 | 75 | - |
| CMYK | 0 | 0.92 | 0.68 | 0.07 |
| HSL | 344.52º | 0.85% | 0.5% | - |
| HSV(B) | 344.52º | 0.92% | 0.93% | - |
| XYZ | 36.09 | 18.81 | 8.38 | - |
| YUV | 90.27 | 119.39 | 231.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 19 | 75 | 0 | 0.92 | 0.68 | 0.07 | 344.52 | 0.85 | 0.5 |
| Hex | EC | 13 | 4B | 0 | 5C | 44 | 7 | 159 | 55 | 32 |
| Octal | 354 | 23 | 113 | 0 | 134 | 104 | 7 | 531 | 125 | 62 |
| Binary | 11101100 | 10011 | 1001011 | 0 | 1011100 | 1000100 | 111 | 101011001 | 1010101 | 110010 |
Color Harmonies of #EC134B
Complementary color
Monochromatic Colors of #EC134B
Black with #EC134B
Text Example
Text Example
White with #EC134B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC134B; }
p { color: rgb(236,19,75); }
H1.HeaderClassName
{
color: #EC134B;
}
.AnyTagClassName
{
color: #EC134B;
}
</style>
background-color css
<style>
a { background-color: #EC134B; }
a { background-color: rgb(236,19,75); }
div.DivClassName
{
background-color: #EC134B;
}
.BgClassName
{
background-color: #EC134B;
}
</style>
border-color css
<style>
span { border-color: #EC134B; }
span { border-color: rgb(236,19,75); }
td.TdClassName
{
border-color: #EC134B;
}
.TagClassName
{
border-color: #EC134B;
}
</style>