Shades of Crimson #EC0B43
Tints of Crimson #EC0B43
RGB
CMYK
RGB Variations
Color information
#EC0B43 (or 0xEC0B43) is known color: Crimson. HEX triplet: EC, 0B and 43. RGB value is (236,11,67). Sum of RGB (Red+Green+Blue) = 236+11+67=314 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.16% from 314); Green value is 11 (4.69% from 255 or 3.50% from 314); Blue value is 67 (26.56% from 255 or 21.34% from 314); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0B43 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0B43 is #13F4BC. Grayscale: #545454. Windows color (decimal): -1307837 or 4393964. OLE color: 4393964.
HSL color Cylindrical-coordinate representation of color #EC0B43: hue angle of 345.07º 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 #EC0B43 is Cyan = 0, Magento = 0.95, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 11 | 67 | - |
| CMYK | 0 | 0.95 | 0.72 | 0.07 |
| HSL | 345.07º | 0.91% | 0.48% | - |
| HSV(B) | 345.07º | 0.95% | 0.93% | - |
| XYZ | 35.72 | 18.48 | 6.99 | - |
| YUV | 84.66 | 118.04 | 235.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 11 | 67 | 0 | 0.95 | 0.72 | 0.07 | 345.07 | 0.91 | 0.48 |
| Hex | EC | B | 43 | 0 | 5F | 48 | 7 | 159 | 5B | 30 |
| Octal | 354 | 13 | 103 | 0 | 137 | 110 | 7 | 531 | 133 | 60 |
| Binary | 11101100 | 1011 | 1000011 | 0 | 1011111 | 1001000 | 111 | 101011001 | 1011011 | 110000 |
Color Harmonies of #EC0B43
Complementary color
Monochromatic Colors of #EC0B43
Black with #EC0B43
Text Example
Text Example
White with #EC0B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0B43; }
p { color: rgb(236,11,67); }
H1.HeaderClassName
{
color: #EC0B43;
}
.AnyTagClassName
{
color: #EC0B43;
}
</style>
background-color css
<style>
a { background-color: #EC0B43; }
a { background-color: rgb(236,11,67); }
div.DivClassName
{
background-color: #EC0B43;
}
.BgClassName
{
background-color: #EC0B43;
}
</style>
border-color css
<style>
span { border-color: #EC0B43; }
span { border-color: rgb(236,11,67); }
td.TdClassName
{
border-color: #EC0B43;
}
.TagClassName
{
border-color: #EC0B43;
}
</style>