Shades of Crimson #EC183E
Tints of Crimson #EC183E
RGB
CMYK
RGB Variations
Color information
#EC183E (or 0xEC183E) is known color: Crimson. HEX triplet: EC, 18 and 3E. RGB value is (236,24,62). Sum of RGB (Red+Green+Blue) = 236+24+62=322 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.29% from 322); Green value is 24 (9.77% from 255 or 7.45% from 322); Blue value is 62 (24.61% from 255 or 19.25% from 322); Max value from RGB is 236 - color contains mainly: red. Hex color #EC183E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC183E is #13E7C1. Grayscale: #5B5B5B. Windows color (decimal): -1304514 or 4069612. OLE color: 4069612.
HSL color Cylindrical-coordinate representation of color #EC183E: hue angle of 349.25º 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 #EC183E is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 24 | 62 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.07 |
| HSL | 349.25º | 0.85% | 0.51% | - |
| HSV(B) | 349.25º | 0.9% | 0.93% | - |
| XYZ | 35.79 | 18.83 | 6.31 | - |
| YUV | 91.72 | 111.24 | 230.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 24 | 62 | 0 | 0.90 | 0.74 | 0.07 | 349.25 | 0.85 | 0.51 |
| Hex | EC | 18 | 3E | 0 | 5A | 4A | 7 | 15D | 55 | 33 |
| Octal | 354 | 30 | 76 | 0 | 132 | 112 | 7 | 535 | 125 | 63 |
| Binary | 11101100 | 11000 | 111110 | 0 | 1011010 | 1001010 | 111 | 101011101 | 1010101 | 110011 |
Color Harmonies of #EC183E
Complementary color
Monochromatic Colors of #EC183E
Black with #EC183E
Text Example
Text Example
White with #EC183E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC183E; }
p { color: rgb(236,24,62); }
H1.HeaderClassName
{
color: #EC183E;
}
.AnyTagClassName
{
color: #EC183E;
}
</style>
background-color css
<style>
a { background-color: #EC183E; }
a { background-color: rgb(236,24,62); }
div.DivClassName
{
background-color: #EC183E;
}
.BgClassName
{
background-color: #EC183E;
}
</style>
border-color css
<style>
span { border-color: #EC183E; }
span { border-color: rgb(236,24,62); }
td.TdClassName
{
border-color: #EC183E;
}
.TagClassName
{
border-color: #EC183E;
}
</style>