Shades of Crimson #EC103F
Tints of Crimson #EC103F
RGB
CMYK
RGB Variations
Color information
#EC103F (or 0xEC103F) is known color: Crimson. HEX triplet: EC, 10 and 3F. RGB value is (236,16,63). Sum of RGB (Red+Green+Blue) = 236+16+63=315 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.92% from 315); Green value is 16 (6.64% from 255 or 5.08% from 315); Blue value is 63 (25% from 255 or 20% from 315); Max value from RGB is 236 - color contains mainly: red. Hex color #EC103F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC103F is #13EFC0. Grayscale: #575757. Windows color (decimal): -1306561 or 4133100. OLE color: 4133100.
HSL color Cylindrical-coordinate representation of color #EC103F: hue angle of 347.18º 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 #EC103F is Cyan = 0, Magento = 0.93, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 16 | 63 | - |
| CMYK | 0 | 0.93 | 0.73 | 0.07 |
| HSL | 347.18º | 0.87% | 0.49% | - |
| HSV(B) | 347.18º | 0.93% | 0.93% | - |
| XYZ | 35.67 | 18.56 | 6.41 | - |
| YUV | 87.14 | 114.39 | 234.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 16 | 63 | 0 | 0.93 | 0.73 | 0.07 | 347.18 | 0.87 | 0.49 |
| Hex | EC | 10 | 3F | 0 | 5D | 49 | 7 | 15B | 57 | 31 |
| Octal | 354 | 20 | 77 | 0 | 135 | 111 | 7 | 533 | 127 | 61 |
| Binary | 11101100 | 10000 | 111111 | 0 | 1011101 | 1001001 | 111 | 101011011 | 1010111 | 110001 |
Color Harmonies of #EC103F
Complementary color
Monochromatic Colors of #EC103F
Black with #EC103F
Text Example
Text Example
White with #EC103F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC103F; }
p { color: rgb(236,16,63); }
H1.HeaderClassName
{
color: #EC103F;
}
.AnyTagClassName
{
color: #EC103F;
}
</style>
background-color css
<style>
a { background-color: #EC103F; }
a { background-color: rgb(236,16,63); }
div.DivClassName
{
background-color: #EC103F;
}
.BgClassName
{
background-color: #EC103F;
}
</style>
border-color css
<style>
span { border-color: #EC103F; }
span { border-color: rgb(236,16,63); }
td.TdClassName
{
border-color: #EC103F;
}
.TagClassName
{
border-color: #EC103F;
}
</style>