Shades of Crimson #EC0342
Tints of Crimson #EC0342
RGB
CMYK
RGB Variations
Color information
#EC0342 (or 0xEC0342) is known color: Crimson. HEX triplet: EC, 03 and 42. RGB value is (236,3,66). Sum of RGB (Red+Green+Blue) = 236+3+66=305 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.38% from 305); Green value is 3 (1.56% from 255 or 0.98% from 305); Blue value is 66 (26.17% from 255 or 21.64% from 305); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0342 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0342 is #13FCBD. Grayscale: #4F4F4F. Windows color (decimal): -1309886 or 4326380. OLE color: 4326380.
HSL color Cylindrical-coordinate representation of color #EC0342: hue angle of 343.78º degrees, saturation: 0.97, 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 #EC0342 is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 3 | 66 | - |
| CMYK | 0 | 0.99 | 0.72 | 0.07 |
| HSL | 343.78º | 0.97% | 0.47% | - |
| HSV(B) | 343.78º | 0.99% | 0.93% | - |
| XYZ | 35.61 | 18.29 | 6.81 | - |
| YUV | 79.85 | 120.19 | 239.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 3 | 66 | 0 | 0.99 | 0.72 | 0.07 | 343.78 | 0.97 | 0.47 |
| Hex | EC | 3 | 42 | 0 | 63 | 48 | 7 | 158 | 61 | 2F |
| Octal | 354 | 3 | 102 | 0 | 143 | 110 | 7 | 530 | 141 | 57 |
| Binary | 11101100 | 11 | 1000010 | 0 | 1100011 | 1001000 | 111 | 101011000 | 1100001 | 101111 |
Color Harmonies of #EC0342
Complementary color
Monochromatic Colors of #EC0342
Black with #EC0342
Text Example
Text Example
White with #EC0342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0342; }
p { color: rgb(236,3,66); }
H1.HeaderClassName
{
color: #EC0342;
}
.AnyTagClassName
{
color: #EC0342;
}
</style>
background-color css
<style>
a { background-color: #EC0342; }
a { background-color: rgb(236,3,66); }
div.DivClassName
{
background-color: #EC0342;
}
.BgClassName
{
background-color: #EC0342;
}
</style>
border-color css
<style>
span { border-color: #EC0342; }
span { border-color: rgb(236,3,66); }
td.TdClassName
{
border-color: #EC0342;
}
.TagClassName
{
border-color: #EC0342;
}
</style>