Shades of Crimson #ED1737
Tints of Crimson #ED1737
RGB
CMYK
RGB Variations
Color information
#ED1737 (or 0xED1737) is known color: Crimson. HEX triplet: ED, 17 and 37. RGB value is (237,23,55). Sum of RGB (Red+Green+Blue) = 237+23+55=315 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.24% from 315); Green value is 23 (9.38% from 255 or 7.30% from 315); Blue value is 55 (21.88% from 255 or 17.46% from 315); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1737 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1737 is #12E8C8. Grayscale: #5A5A5A. Windows color (decimal): -1239241 or 3610605. OLE color: 3610605.
HSL color Cylindrical-coordinate representation of color #ED1737: hue angle of 351.03º 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 #ED1737 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 23 | 55 | - |
| CMYK | 0 | 0.90 | 0.77 | 0.07 |
| HSL | 351.03º | 0.86% | 0.51% | - |
| HSV(B) | 351.03º | 0.9% | 0.93% | - |
| XYZ | 35.92 | 18.89 | 5.37 | - |
| YUV | 90.63 | 107.9 | 232.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 23 | 55 | 0 | 0.90 | 0.77 | 0.07 | 351.03 | 0.86 | 0.51 |
| Hex | ED | 17 | 37 | 0 | 5A | 4D | 7 | 15F | 56 | 33 |
| Octal | 355 | 27 | 67 | 0 | 132 | 115 | 7 | 537 | 126 | 63 |
| Binary | 11101101 | 10111 | 110111 | 0 | 1011010 | 1001101 | 111 | 101011111 | 1010110 | 110011 |
Color Harmonies of #ED1737
Complementary color
Monochromatic Colors of #ED1737
Black with #ED1737
Text Example
Text Example
White with #ED1737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1737; }
p { color: rgb(237,23,55); }
H1.HeaderClassName
{
color: #ED1737;
}
.AnyTagClassName
{
color: #ED1737;
}
</style>
background-color css
<style>
a { background-color: #ED1737; }
a { background-color: rgb(237,23,55); }
div.DivClassName
{
background-color: #ED1737;
}
.BgClassName
{
background-color: #ED1737;
}
</style>
border-color css
<style>
span { border-color: #ED1737; }
span { border-color: rgb(237,23,55); }
td.TdClassName
{
border-color: #ED1737;
}
.TagClassName
{
border-color: #ED1737;
}
</style>