Shades of Crimson #EC0B3E
Tints of Crimson #EC0B3E
RGB
CMYK
RGB Variations
Color information
#EC0B3E (or 0xEC0B3E) is known color: Crimson. HEX triplet: EC, 0B and 3E. RGB value is (236,11,62). Sum of RGB (Red+Green+Blue) = 236+11+62=309 (40% of max value = 765). Red value is 236 (92.58% from 255 or 76.38% from 309); Green value is 11 (4.69% from 255 or 3.56% from 309); Blue value is 62 (24.61% from 255 or 20.06% from 309); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0B3E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0B3E is #13F4C1. Grayscale: #545454. Windows color (decimal): -1307842 or 4066284. OLE color: 4066284.
HSL color Cylindrical-coordinate representation of color #EC0B3E: hue angle of 346.4º 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 #EC0B3E is Cyan = 0, Magento = 0.95, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 11 | 62 | - |
| CMYK | 0 | 0.95 | 0.74 | 0.07 |
| HSL | 346.4º | 0.91% | 0.48% | - |
| HSV(B) | 346.4º | 0.95% | 0.93% | - |
| XYZ | 35.58 | 18.42 | 6.24 | - |
| YUV | 84.09 | 115.54 | 236.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 11 | 62 | 0 | 0.95 | 0.74 | 0.07 | 346.4 | 0.91 | 0.48 |
| Hex | EC | B | 3E | 0 | 5F | 4A | 7 | 15A | 5B | 30 |
| Octal | 354 | 13 | 76 | 0 | 137 | 112 | 7 | 532 | 133 | 60 |
| Binary | 11101100 | 1011 | 111110 | 0 | 1011111 | 1001010 | 111 | 101011010 | 1011011 | 110000 |
Color Harmonies of #EC0B3E
Complementary color
Monochromatic Colors of #EC0B3E
Black with #EC0B3E
Text Example
Text Example
White with #EC0B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0B3E; }
p { color: rgb(236,11,62); }
H1.HeaderClassName
{
color: #EC0B3E;
}
.AnyTagClassName
{
color: #EC0B3E;
}
</style>
background-color css
<style>
a { background-color: #EC0B3E; }
a { background-color: rgb(236,11,62); }
div.DivClassName
{
background-color: #EC0B3E;
}
.BgClassName
{
background-color: #EC0B3E;
}
</style>
border-color css
<style>
span { border-color: #EC0B3E; }
span { border-color: rgb(236,11,62); }
td.TdClassName
{
border-color: #EC0B3E;
}
.TagClassName
{
border-color: #EC0B3E;
}
</style>