Shades of Crimson #EC083D
Tints of Crimson #EC083D
RGB
CMYK
RGB Variations
Color information
#EC083D (or 0xEC083D) is known color: Crimson. HEX triplet: EC, 08 and 3D. RGB value is (236,8,61). Sum of RGB (Red+Green+Blue) = 236+8+61=305 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.38% from 305); Green value is 8 (3.52% from 255 or 2.62% from 305); Blue value is 61 (24.22% from 255 or 20% from 305); Max value from RGB is 236 - color contains mainly: red. Hex color #EC083D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC083D is #13F7C2. Grayscale: #525252. Windows color (decimal): -1308611 or 3999980. OLE color: 3999980.
HSL color Cylindrical-coordinate representation of color #EC083D: hue angle of 346.05º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC083D is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 8 | 61 | - |
| CMYK | 0 | 0.97 | 0.74 | 0.07 |
| HSL | 346.05º | 0.93% | 0.48% | - |
| HSV(B) | 346.05º | 0.97% | 0.93% | - |
| XYZ | 35.52 | 18.34 | 6.08 | - |
| YUV | 82.21 | 116.04 | 237.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 8 | 61 | 0 | 0.97 | 0.74 | 0.07 | 346.05 | 0.93 | 0.48 |
| Hex | EC | 8 | 3D | 0 | 61 | 4A | 7 | 15A | 5D | 30 |
| Octal | 354 | 10 | 75 | 0 | 141 | 112 | 7 | 532 | 135 | 60 |
| Binary | 11101100 | 1000 | 111101 | 0 | 1100001 | 1001010 | 111 | 101011010 | 1011101 | 110000 |
Color Harmonies of #EC083D
Complementary color
Monochromatic Colors of #EC083D
Black with #EC083D
Text Example
Text Example
White with #EC083D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC083D; }
p { color: rgb(236,8,61); }
H1.HeaderClassName
{
color: #EC083D;
}
.AnyTagClassName
{
color: #EC083D;
}
</style>
background-color css
<style>
a { background-color: #EC083D; }
a { background-color: rgb(236,8,61); }
div.DivClassName
{
background-color: #EC083D;
}
.BgClassName
{
background-color: #EC083D;
}
</style>
border-color css
<style>
span { border-color: #EC083D; }
span { border-color: rgb(236,8,61); }
td.TdClassName
{
border-color: #EC083D;
}
.TagClassName
{
border-color: #EC083D;
}
</style>