Shades of Crimson #EC0345
Tints of Crimson #EC0345
RGB
CMYK
RGB Variations
Color information
#EC0345 (or 0xEC0345) is known color: Crimson. HEX triplet: EC, 03 and 45. RGB value is (236,3,69). Sum of RGB (Red+Green+Blue) = 236+3+69=308 (40% of max value = 765). Red value is 236 (92.58% from 255 or 76.62% from 308); Green value is 3 (1.56% from 255 or 0.97% from 308); Blue value is 69 (27.34% from 255 or 22.40% from 308); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0345 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0345 is #13FCBA. Grayscale: #505050. Windows color (decimal): -1309883 or 4522988. OLE color: 4522988.
HSL color Cylindrical-coordinate representation of color #EC0345: hue angle of 343º 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 #EC0345 is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 3 | 69 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.07 |
| HSL | 343º | 0.97% | 0.47% | - |
| HSV(B) | 343º | 0.99% | 0.93% | - |
| XYZ | 35.7 | 18.33 | 7.29 | - |
| YUV | 80.19 | 121.69 | 239.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 3 | 69 | 0 | 0.99 | 0.71 | 0.07 | 343 | 0.97 | 0.47 |
| Hex | EC | 3 | 45 | 0 | 63 | 47 | 7 | 157 | 61 | 2F |
| Octal | 354 | 3 | 105 | 0 | 143 | 107 | 7 | 527 | 141 | 57 |
| Binary | 11101100 | 11 | 1000101 | 0 | 1100011 | 1000111 | 111 | 101010111 | 1100001 | 101111 |
Color Harmonies of #EC0345
Complementary color
Monochromatic Colors of #EC0345
Black with #EC0345
Text Example
Text Example
White with #EC0345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0345; }
p { color: rgb(236,3,69); }
H1.HeaderClassName
{
color: #EC0345;
}
.AnyTagClassName
{
color: #EC0345;
}
</style>
background-color css
<style>
a { background-color: #EC0345; }
a { background-color: rgb(236,3,69); }
div.DivClassName
{
background-color: #EC0345;
}
.BgClassName
{
background-color: #EC0345;
}
</style>
border-color css
<style>
span { border-color: #EC0345; }
span { border-color: rgb(236,3,69); }
td.TdClassName
{
border-color: #EC0345;
}
.TagClassName
{
border-color: #EC0345;
}
</style>