Shades of Crimson #EC133D
Tints of Crimson #EC133D
RGB
CMYK
RGB Variations
Color information
#EC133D (or 0xEC133D) is known color: Crimson. HEX triplet: EC, 13 and 3D. RGB value is (236,19,61). Sum of RGB (Red+Green+Blue) = 236+19+61=316 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.68% from 316); Green value is 19 (7.81% from 255 or 6.01% from 316); Blue value is 61 (24.22% from 255 or 19.30% from 316); Max value from RGB is 236 - color contains mainly: red. Hex color #EC133D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC133D is #13ECC2. Grayscale: #585858. Windows color (decimal): -1305795 or 4002796. OLE color: 4002796.
HSL color Cylindrical-coordinate representation of color #EC133D: hue angle of 348.39º 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 #EC133D is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 19 | 61 | - |
| CMYK | 0 | 0.92 | 0.74 | 0.07 |
| HSL | 348.39º | 0.85% | 0.5% | - |
| HSV(B) | 348.39º | 0.92% | 0.93% | - |
| XYZ | 35.67 | 18.64 | 6.13 | - |
| YUV | 88.67 | 112.39 | 233.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 19 | 61 | 0 | 0.92 | 0.74 | 0.07 | 348.39 | 0.85 | 0.5 |
| Hex | EC | 13 | 3D | 0 | 5C | 4A | 7 | 15C | 55 | 32 |
| Octal | 354 | 23 | 75 | 0 | 134 | 112 | 7 | 534 | 125 | 62 |
| Binary | 11101100 | 10011 | 111101 | 0 | 1011100 | 1001010 | 111 | 101011100 | 1010101 | 110010 |
Color Harmonies of #EC133D
Complementary color
Monochromatic Colors of #EC133D
Black with #EC133D
Text Example
Text Example
White with #EC133D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC133D; }
p { color: rgb(236,19,61); }
H1.HeaderClassName
{
color: #EC133D;
}
.AnyTagClassName
{
color: #EC133D;
}
</style>
background-color css
<style>
a { background-color: #EC133D; }
a { background-color: rgb(236,19,61); }
div.DivClassName
{
background-color: #EC133D;
}
.BgClassName
{
background-color: #EC133D;
}
</style>
border-color css
<style>
span { border-color: #EC133D; }
span { border-color: rgb(236,19,61); }
td.TdClassName
{
border-color: #EC133D;
}
.TagClassName
{
border-color: #EC133D;
}
</style>