Shades of Crimson #ED1749
Tints of Crimson #ED1749
RGB
CMYK
RGB Variations
Color information
#ED1749 (or 0xED1749) is known color: Crimson. HEX triplet: ED, 17 and 49. RGB value is (237,23,73). Sum of RGB (Red+Green+Blue) = 237+23+73=333 (44% of max value = 765). Red value is 237 (92.97% from 255 or 71.17% from 333); Green value is 23 (9.38% from 255 or 6.91% from 333); Blue value is 73 (28.91% from 255 or 21.92% from 333); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1749 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1749 is #12E8B6. Grayscale: #5C5C5C. Windows color (decimal): -1239223 or 4790253. OLE color: 4790253.
HSL color Cylindrical-coordinate representation of color #ED1749: hue angle of 345.98º degrees, saturation: 0.86, 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 #ED1749 is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 23 | 73 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.07 |
| HSL | 345.98º | 0.86% | 0.51% | - |
| HSV(B) | 345.98º | 0.9% | 0.93% | - |
| XYZ | 36.43 | 19.1 | 8.07 | - |
| YUV | 92.69 | 116.9 | 230.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 23 | 73 | 0 | 0.90 | 0.69 | 0.07 | 345.98 | 0.86 | 0.51 |
| Hex | ED | 17 | 49 | 0 | 5A | 45 | 7 | 15A | 56 | 33 |
| Octal | 355 | 27 | 111 | 0 | 132 | 105 | 7 | 532 | 126 | 63 |
| Binary | 11101101 | 10111 | 1001001 | 0 | 1011010 | 1000101 | 111 | 101011010 | 1010110 | 110011 |
Color Harmonies of #ED1749
Complementary color
Monochromatic Colors of #ED1749
Black with #ED1749
Text Example
Text Example
White with #ED1749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1749; }
p { color: rgb(237,23,73); }
H1.HeaderClassName
{
color: #ED1749;
}
.AnyTagClassName
{
color: #ED1749;
}
</style>
background-color css
<style>
a { background-color: #ED1749; }
a { background-color: rgb(237,23,73); }
div.DivClassName
{
background-color: #ED1749;
}
.BgClassName
{
background-color: #ED1749;
}
</style>
border-color css
<style>
span { border-color: #ED1749; }
span { border-color: rgb(237,23,73); }
td.TdClassName
{
border-color: #ED1749;
}
.TagClassName
{
border-color: #ED1749;
}
</style>