Shades of Crimson #EC0243
Tints of Crimson #EC0243
RGB
CMYK
RGB Variations
Color information
#EC0243 (or 0xEC0243) is known color: Crimson. HEX triplet: EC, 02 and 43. RGB value is (236,2,67). Sum of RGB (Red+Green+Blue) = 236+2+67=305 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.38% from 305); Green value is 2 (1.17% from 255 or 0.66% from 305); Blue value is 67 (26.56% from 255 or 21.97% from 305); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0243 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0243 is #13FDBC. Grayscale: #4F4F4F. Windows color (decimal): -1310141 or 4391660. OLE color: 4391660.
HSL color Cylindrical-coordinate representation of color #EC0243: hue angle of 343.33º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EC0243 is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 2 | 67 | - |
| CMYK | 0 | 0.99 | 0.72 | 0.07 |
| HSL | 343.33º | 0.98% | 0.47% | - |
| HSV(B) | 343.33º | 0.99% | 0.93% | - |
| XYZ | 35.63 | 18.28 | 6.96 | - |
| YUV | 79.38 | 121.02 | 239.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 2 | 67 | 0 | 0.99 | 0.72 | 0.07 | 343.33 | 0.98 | 0.47 |
| Hex | EC | 2 | 43 | 0 | 63 | 48 | 7 | 157 | 62 | 2F |
| Octal | 354 | 2 | 103 | 0 | 143 | 110 | 7 | 527 | 142 | 57 |
| Binary | 11101100 | 10 | 1000011 | 0 | 1100011 | 1001000 | 111 | 101010111 | 1100010 | 101111 |
Color Harmonies of #EC0243
Complementary color
Monochromatic Colors of #EC0243
Black with #EC0243
Text Example
Text Example
White with #EC0243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0243; }
p { color: rgb(236,2,67); }
H1.HeaderClassName
{
color: #EC0243;
}
.AnyTagClassName
{
color: #EC0243;
}
</style>
background-color css
<style>
a { background-color: #EC0243; }
a { background-color: rgb(236,2,67); }
div.DivClassName
{
background-color: #EC0243;
}
.BgClassName
{
background-color: #EC0243;
}
</style>
border-color css
<style>
span { border-color: #EC0243; }
span { border-color: rgb(236,2,67); }
td.TdClassName
{
border-color: #EC0243;
}
.TagClassName
{
border-color: #EC0243;
}
</style>