Shades of Crimson #EC103D
Tints of Crimson #EC103D
RGB
CMYK
RGB Variations
Color information
#EC103D (or 0xEC103D) is known color: Crimson. HEX triplet: EC, 10 and 3D. RGB value is (236,16,61). Sum of RGB (Red+Green+Blue) = 236+16+61=313 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.40% from 313); Green value is 16 (6.64% from 255 or 5.11% from 313); Blue value is 61 (24.22% from 255 or 19.49% from 313); Max value from RGB is 236 - color contains mainly: red. Hex color #EC103D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC103D is #13EFC2. Grayscale: #565656. Windows color (decimal): -1306563 or 4002028. OLE color: 4002028.
HSL color Cylindrical-coordinate representation of color #EC103D: hue angle of 347.73º 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 #EC103D is Cyan = 0, Magento = 0.93, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 16 | 61 | - |
| CMYK | 0 | 0.93 | 0.74 | 0.07 |
| HSL | 347.73º | 0.87% | 0.49% | - |
| HSV(B) | 347.73º | 0.93% | 0.93% | - |
| XYZ | 35.62 | 18.54 | 6.12 | - |
| YUV | 86.91 | 113.39 | 234.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 16 | 61 | 0 | 0.93 | 0.74 | 0.07 | 347.73 | 0.87 | 0.49 |
| Hex | EC | 10 | 3D | 0 | 5D | 4A | 7 | 15C | 57 | 31 |
| Octal | 354 | 20 | 75 | 0 | 135 | 112 | 7 | 534 | 127 | 61 |
| Binary | 11101100 | 10000 | 111101 | 0 | 1011101 | 1001010 | 111 | 101011100 | 1010111 | 110001 |
Color Harmonies of #EC103D
Complementary color
Monochromatic Colors of #EC103D
Black with #EC103D
Text Example
Text Example
White with #EC103D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC103D; }
p { color: rgb(236,16,61); }
H1.HeaderClassName
{
color: #EC103D;
}
.AnyTagClassName
{
color: #EC103D;
}
</style>
background-color css
<style>
a { background-color: #EC103D; }
a { background-color: rgb(236,16,61); }
div.DivClassName
{
background-color: #EC103D;
}
.BgClassName
{
background-color: #EC103D;
}
</style>
border-color css
<style>
span { border-color: #EC103D; }
span { border-color: rgb(236,16,61); }
td.TdClassName
{
border-color: #EC103D;
}
.TagClassName
{
border-color: #EC103D;
}
</style>