Shades of Crimson #EC103C
Tints of Crimson #EC103C
RGB
CMYK
RGB Variations
Color information
#EC103C (or 0xEC103C) is known color: Crimson. HEX triplet: EC, 10 and 3C. RGB value is (236,16,60). Sum of RGB (Red+Green+Blue) = 236+16+60=312 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.64% from 312); Green value is 16 (6.64% from 255 or 5.13% from 312); Blue value is 60 (23.83% from 255 or 19.23% from 312); Max value from RGB is 236 - color contains mainly: red. Hex color #EC103C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC103C is #13EFC3. Grayscale: #565656. Windows color (decimal): -1306564 or 3936492. OLE color: 3936492.
HSL color Cylindrical-coordinate representation of color #EC103C: hue angle of 348º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC103C is Cyan = 0, Magento = 0.93, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 16 | 60 | - |
| CMYK | 0 | 0.93 | 0.75 | 0.07 |
| HSL | 348º | 0.87% | 0.49% | - |
| HSV(B) | 348º | 0.93% | 0.93% | - |
| XYZ | 35.59 | 18.53 | 5.98 | - |
| YUV | 86.8 | 112.89 | 234.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 16 | 60 | 0 | 0.93 | 0.75 | 0.07 | 348 | 0.87 | 0.49 |
| Hex | EC | 10 | 3C | 0 | 5D | 4B | 7 | 15C | 57 | 31 |
| Octal | 354 | 20 | 74 | 0 | 135 | 113 | 7 | 534 | 127 | 61 |
| Binary | 11101100 | 10000 | 111100 | 0 | 1011101 | 1001011 | 111 | 101011100 | 1010111 | 110001 |
Color Harmonies of #EC103C
Complementary color
Monochromatic Colors of #EC103C
Black with #EC103C
Text Example
Text Example
White with #EC103C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC103C; }
p { color: rgb(236,16,60); }
H1.HeaderClassName
{
color: #EC103C;
}
.AnyTagClassName
{
color: #EC103C;
}
</style>
background-color css
<style>
a { background-color: #EC103C; }
a { background-color: rgb(236,16,60); }
div.DivClassName
{
background-color: #EC103C;
}
.BgClassName
{
background-color: #EC103C;
}
</style>
border-color css
<style>
span { border-color: #EC103C; }
span { border-color: rgb(236,16,60); }
td.TdClassName
{
border-color: #EC103C;
}
.TagClassName
{
border-color: #EC103C;
}
</style>