Shades of Crimson #EC183D
Tints of Crimson #EC183D
RGB
CMYK
RGB Variations
Color information
#EC183D (or 0xEC183D) is known color: Crimson. HEX triplet: EC, 18 and 3D. RGB value is (236,24,61). Sum of RGB (Red+Green+Blue) = 236+24+61=321 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.52% from 321); Green value is 24 (9.77% from 255 or 7.48% from 321); Blue value is 61 (24.22% from 255 or 19.00% from 321); Max value from RGB is 236 - color contains mainly: red. Hex color #EC183D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC183D is #13E7C2. Grayscale: #5B5B5B. Windows color (decimal): -1304515 or 4004076. OLE color: 4004076.
HSL color Cylindrical-coordinate representation of color #EC183D: hue angle of 349.53º 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 #EC183D is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 24 | 61 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.07 |
| HSL | 349.53º | 0.85% | 0.51% | - |
| HSV(B) | 349.53º | 0.9% | 0.93% | - |
| XYZ | 35.76 | 18.82 | 6.16 | - |
| YUV | 91.61 | 110.74 | 230.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 24 | 61 | 0 | 0.90 | 0.74 | 0.07 | 349.53 | 0.85 | 0.51 |
| Hex | EC | 18 | 3D | 0 | 5A | 4A | 7 | 15E | 55 | 33 |
| Octal | 354 | 30 | 75 | 0 | 132 | 112 | 7 | 536 | 125 | 63 |
| Binary | 11101100 | 11000 | 111101 | 0 | 1011010 | 1001010 | 111 | 101011110 | 1010101 | 110011 |
Color Harmonies of #EC183D
Complementary color
Monochromatic Colors of #EC183D
Black with #EC183D
Text Example
Text Example
White with #EC183D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC183D; }
p { color: rgb(236,24,61); }
H1.HeaderClassName
{
color: #EC183D;
}
.AnyTagClassName
{
color: #EC183D;
}
</style>
background-color css
<style>
a { background-color: #EC183D; }
a { background-color: rgb(236,24,61); }
div.DivClassName
{
background-color: #EC183D;
}
.BgClassName
{
background-color: #EC183D;
}
</style>
border-color css
<style>
span { border-color: #EC183D; }
span { border-color: rgb(236,24,61); }
td.TdClassName
{
border-color: #EC183D;
}
.TagClassName
{
border-color: #EC183D;
}
</style>