Shades of Crimson #EC0F3B
Tints of Crimson #EC0F3B
RGB
CMYK
RGB Variations
Color information
#EC0F3B (or 0xEC0F3B) is known color: Crimson. HEX triplet: EC, 0F and 3B. RGB value is (236,15,59). Sum of RGB (Red+Green+Blue) = 236+15+59=310 (41% of max value = 765). Red value is 236 (92.58% from 255 or 76.13% from 310); Green value is 15 (6.25% from 255 or 4.84% from 310); Blue value is 59 (23.44% from 255 or 19.03% from 310); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0F3B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0F3B is #13F0C4. Grayscale: #565656. Windows color (decimal): -1306821 or 3870700. OLE color: 3870700.
HSL color Cylindrical-coordinate representation of color #EC0F3B: hue angle of 348.05º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC0F3B is Cyan = 0, Magento = 0.94, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 15 | 59 | - |
| CMYK | 0 | 0.94 | 0.75 | 0.07 |
| HSL | 348.05º | 0.88% | 0.49% | - |
| HSV(B) | 348.05º | 0.94% | 0.93% | - |
| XYZ | 35.55 | 18.49 | 5.83 | - |
| YUV | 86.1 | 112.72 | 234.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 15 | 59 | 0 | 0.94 | 0.75 | 0.07 | 348.05 | 0.88 | 0.49 |
| Hex | EC | F | 3B | 0 | 5E | 4B | 7 | 15C | 58 | 31 |
| Octal | 354 | 17 | 73 | 0 | 136 | 113 | 7 | 534 | 130 | 61 |
| Binary | 11101100 | 1111 | 111011 | 0 | 1011110 | 1001011 | 111 | 101011100 | 1011000 | 110001 |
Color Harmonies of #EC0F3B
Complementary color
Monochromatic Colors of #EC0F3B
Black with #EC0F3B
Text Example
Text Example
White with #EC0F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0F3B; }
p { color: rgb(236,15,59); }
H1.HeaderClassName
{
color: #EC0F3B;
}
.AnyTagClassName
{
color: #EC0F3B;
}
</style>
background-color css
<style>
a { background-color: #EC0F3B; }
a { background-color: rgb(236,15,59); }
div.DivClassName
{
background-color: #EC0F3B;
}
.BgClassName
{
background-color: #EC0F3B;
}
</style>
border-color css
<style>
span { border-color: #EC0F3B; }
span { border-color: rgb(236,15,59); }
td.TdClassName
{
border-color: #EC0F3B;
}
.TagClassName
{
border-color: #EC0F3B;
}
</style>