Shades of Crimson #ED1144
Tints of Crimson #ED1144
RGB
CMYK
RGB Variations
Color information
#ED1144 (or 0xED1144) is known color: Crimson. HEX triplet: ED, 11 and 44. RGB value is (237,17,68). Sum of RGB (Red+Green+Blue) = 237+17+68=322 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.60% from 322); Green value is 17 (7.03% from 255 or 5.28% from 322); Blue value is 68 (26.95% from 255 or 21.12% from 322); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1144 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1144 is #12EEBB. Grayscale: #585858. Windows color (decimal): -1240764 or 4461037. OLE color: 4461037.
HSL color Cylindrical-coordinate representation of color #ED1144: hue angle of 346.09º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ED1144 is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 17 | 68 | - |
| CMYK | 0 | 0.93 | 0.71 | 0.07 |
| HSL | 346.09º | 0.87% | 0.5% | - |
| HSV(B) | 346.09º | 0.93% | 0.93% | - |
| XYZ | 36.17 | 18.82 | 7.2 | - |
| YUV | 88.59 | 116.39 | 233.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 17 | 68 | 0 | 0.93 | 0.71 | 0.07 | 346.09 | 0.87 | 0.5 |
| Hex | ED | 11 | 44 | 0 | 5D | 47 | 7 | 15A | 57 | 32 |
| Octal | 355 | 21 | 104 | 0 | 135 | 107 | 7 | 532 | 127 | 62 |
| Binary | 11101101 | 10001 | 1000100 | 0 | 1011101 | 1000111 | 111 | 101011010 | 1010111 | 110010 |
Color Harmonies of #ED1144
Complementary color
Monochromatic Colors of #ED1144
Black with #ED1144
Text Example
Text Example
White with #ED1144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1144; }
p { color: rgb(237,17,68); }
H1.HeaderClassName
{
color: #ED1144;
}
.AnyTagClassName
{
color: #ED1144;
}
</style>
background-color css
<style>
a { background-color: #ED1144; }
a { background-color: rgb(237,17,68); }
div.DivClassName
{
background-color: #ED1144;
}
.BgClassName
{
background-color: #ED1144;
}
</style>
border-color css
<style>
span { border-color: #ED1144; }
span { border-color: rgb(237,17,68); }
td.TdClassName
{
border-color: #ED1144;
}
.TagClassName
{
border-color: #ED1144;
}
</style>