Shades of Crimson #EC0B3F
Tints of Crimson #EC0B3F
RGB
CMYK
RGB Variations
Color information
#EC0B3F (or 0xEC0B3F) is known color: Crimson. HEX triplet: EC, 0B and 3F. RGB value is (236,11,63). Sum of RGB (Red+Green+Blue) = 236+11+63=310 (41% of max value = 765). Red value is 236 (92.58% from 255 or 76.13% from 310); Green value is 11 (4.69% from 255 or 3.55% from 310); Blue value is 63 (25% from 255 or 20.32% from 310); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0B3F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0B3F is #13F4C0. Grayscale: #545454. Windows color (decimal): -1307841 or 4131820. OLE color: 4131820.
HSL color Cylindrical-coordinate representation of color #EC0B3F: hue angle of 346.13º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC0B3F is Cyan = 0, Magento = 0.95, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 11 | 63 | - |
| CMYK | 0 | 0.95 | 0.73 | 0.07 |
| HSL | 346.13º | 0.91% | 0.48% | - |
| HSV(B) | 346.13º | 0.95% | 0.93% | - |
| XYZ | 35.61 | 18.43 | 6.38 | - |
| YUV | 84.2 | 116.04 | 236.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 11 | 63 | 0 | 0.95 | 0.73 | 0.07 | 346.13 | 0.91 | 0.48 |
| Hex | EC | B | 3F | 0 | 5F | 49 | 7 | 15A | 5B | 30 |
| Octal | 354 | 13 | 77 | 0 | 137 | 111 | 7 | 532 | 133 | 60 |
| Binary | 11101100 | 1011 | 111111 | 0 | 1011111 | 1001001 | 111 | 101011010 | 1011011 | 110000 |
Color Harmonies of #EC0B3F
Complementary color
Monochromatic Colors of #EC0B3F
Black with #EC0B3F
Text Example
Text Example
White with #EC0B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0B3F; }
p { color: rgb(236,11,63); }
H1.HeaderClassName
{
color: #EC0B3F;
}
.AnyTagClassName
{
color: #EC0B3F;
}
</style>
background-color css
<style>
a { background-color: #EC0B3F; }
a { background-color: rgb(236,11,63); }
div.DivClassName
{
background-color: #EC0B3F;
}
.BgClassName
{
background-color: #EC0B3F;
}
</style>
border-color css
<style>
span { border-color: #EC0B3F; }
span { border-color: rgb(236,11,63); }
td.TdClassName
{
border-color: #EC0B3F;
}
.TagClassName
{
border-color: #EC0B3F;
}
</style>