Shades of Crimson #EC133E
Tints of Crimson #EC133E
RGB
CMYK
RGB Variations
Color information
#EC133E (or 0xEC133E) is known color: Crimson. HEX triplet: EC, 13 and 3E. RGB value is (236,19,62). Sum of RGB (Red+Green+Blue) = 236+19+62=317 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.45% from 317); Green value is 19 (7.81% from 255 or 5.99% from 317); Blue value is 62 (24.61% from 255 or 19.56% from 317); Max value from RGB is 236 - color contains mainly: red. Hex color #EC133E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC133E is #13ECC1. Grayscale: #585858. Windows color (decimal): -1305794 or 4068332. OLE color: 4068332.
HSL color Cylindrical-coordinate representation of color #EC133E: hue angle of 348.11º 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 #EC133E is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 19 | 62 | - |
| CMYK | 0 | 0.92 | 0.74 | 0.07 |
| HSL | 348.11º | 0.85% | 0.5% | - |
| HSV(B) | 348.11º | 0.92% | 0.93% | - |
| XYZ | 35.69 | 18.65 | 6.28 | - |
| YUV | 88.79 | 112.89 | 233 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 19 | 62 | 0 | 0.92 | 0.74 | 0.07 | 348.11 | 0.85 | 0.5 |
| Hex | EC | 13 | 3E | 0 | 5C | 4A | 7 | 15C | 55 | 32 |
| Octal | 354 | 23 | 76 | 0 | 134 | 112 | 7 | 534 | 125 | 62 |
| Binary | 11101100 | 10011 | 111110 | 0 | 1011100 | 1001010 | 111 | 101011100 | 1010101 | 110010 |
Color Harmonies of #EC133E
Complementary color
Monochromatic Colors of #EC133E
Black with #EC133E
Text Example
Text Example
White with #EC133E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC133E; }
p { color: rgb(236,19,62); }
H1.HeaderClassName
{
color: #EC133E;
}
.AnyTagClassName
{
color: #EC133E;
}
</style>
background-color css
<style>
a { background-color: #EC133E; }
a { background-color: rgb(236,19,62); }
div.DivClassName
{
background-color: #EC133E;
}
.BgClassName
{
background-color: #EC133E;
}
</style>
border-color css
<style>
span { border-color: #EC133E; }
span { border-color: rgb(236,19,62); }
td.TdClassName
{
border-color: #EC133E;
}
.TagClassName
{
border-color: #EC133E;
}
</style>