Shades of Crimson #EC183B
Tints of Crimson #EC183B
RGB
CMYK
RGB Variations
Color information
#EC183B (or 0xEC183B) is known color: Crimson. HEX triplet: EC, 18 and 3B. RGB value is (236,24,59). Sum of RGB (Red+Green+Blue) = 236+24+59=319 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.98% from 319); Green value is 24 (9.77% from 255 or 7.52% from 319); Blue value is 59 (23.44% from 255 or 18.50% from 319); Max value from RGB is 236 - color contains mainly: red. Hex color #EC183B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC183B is #13E7C4. Grayscale: #5B5B5B. Windows color (decimal): -1304517 or 3873004. OLE color: 3873004.
HSL color Cylindrical-coordinate representation of color #EC183B: hue angle of 350.09º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC183B is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 24 | 59 | - |
| CMYK | 0 | 0.90 | 0.75 | 0.07 |
| HSL | 350.09º | 0.85% | 0.51% | - |
| HSV(B) | 350.09º | 0.9% | 0.93% | - |
| XYZ | 35.71 | 18.8 | 5.88 | - |
| YUV | 91.38 | 109.74 | 231.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 24 | 59 | 0 | 0.90 | 0.75 | 0.07 | 350.09 | 0.85 | 0.51 |
| Hex | EC | 18 | 3B | 0 | 5A | 4B | 7 | 15E | 55 | 33 |
| Octal | 354 | 30 | 73 | 0 | 132 | 113 | 7 | 536 | 125 | 63 |
| Binary | 11101100 | 11000 | 111011 | 0 | 1011010 | 1001011 | 111 | 101011110 | 1010101 | 110011 |
Color Harmonies of #EC183B
Complementary color
Monochromatic Colors of #EC183B
Black with #EC183B
Text Example
Text Example
White with #EC183B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC183B; }
p { color: rgb(236,24,59); }
H1.HeaderClassName
{
color: #EC183B;
}
.AnyTagClassName
{
color: #EC183B;
}
</style>
background-color css
<style>
a { background-color: #EC183B; }
a { background-color: rgb(236,24,59); }
div.DivClassName
{
background-color: #EC183B;
}
.BgClassName
{
background-color: #EC183B;
}
</style>
border-color css
<style>
span { border-color: #EC183B; }
span { border-color: rgb(236,24,59); }
td.TdClassName
{
border-color: #EC183B;
}
.TagClassName
{
border-color: #EC183B;
}
</style>