Shades of Crimson #EC183A
Tints of Crimson #EC183A
RGB
CMYK
RGB Variations
Color information
#EC183A (or 0xEC183A) is known color: Crimson. HEX triplet: EC, 18 and 3A. RGB value is (236,24,58). Sum of RGB (Red+Green+Blue) = 236+24+58=318 (42% of max value = 765). Red value is 236 (92.58% from 255 or 74.21% from 318); Green value is 24 (9.77% from 255 or 7.55% from 318); Blue value is 58 (23.05% from 255 or 18.24% from 318); Max value from RGB is 236 - color contains mainly: red. Hex color #EC183A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC183A is #13E7C5. Grayscale: #5B5B5B. Windows color (decimal): -1304518 or 3807468. OLE color: 3807468.
HSL color Cylindrical-coordinate representation of color #EC183A: hue angle of 350.38º 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 #EC183A is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 24 | 58 | - |
| CMYK | 0 | 0.90 | 0.75 | 0.07 |
| HSL | 350.38º | 0.85% | 0.51% | - |
| HSV(B) | 350.38º | 0.9% | 0.93% | - |
| XYZ | 35.68 | 18.79 | 5.75 | - |
| YUV | 91.26 | 109.24 | 231.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 24 | 58 | 0 | 0.90 | 0.75 | 0.07 | 350.38 | 0.85 | 0.51 |
| Hex | EC | 18 | 3A | 0 | 5A | 4B | 7 | 15E | 55 | 33 |
| Octal | 354 | 30 | 72 | 0 | 132 | 113 | 7 | 536 | 125 | 63 |
| Binary | 11101100 | 11000 | 111010 | 0 | 1011010 | 1001011 | 111 | 101011110 | 1010101 | 110011 |
Color Harmonies of #EC183A
Complementary color
Monochromatic Colors of #EC183A
Black with #EC183A
Text Example
Text Example
White with #EC183A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC183A; }
p { color: rgb(236,24,58); }
H1.HeaderClassName
{
color: #EC183A;
}
.AnyTagClassName
{
color: #EC183A;
}
</style>
background-color css
<style>
a { background-color: #EC183A; }
a { background-color: rgb(236,24,58); }
div.DivClassName
{
background-color: #EC183A;
}
.BgClassName
{
background-color: #EC183A;
}
</style>
border-color css
<style>
span { border-color: #EC183A; }
span { border-color: rgb(236,24,58); }
td.TdClassName
{
border-color: #EC183A;
}
.TagClassName
{
border-color: #EC183A;
}
</style>