Shades of Crimson #ED1741
Tints of Crimson #ED1741
RGB
CMYK
RGB Variations
Color information
#ED1741 (or 0xED1741) is known color: Crimson. HEX triplet: ED, 17 and 41. RGB value is (237,23,65). Sum of RGB (Red+Green+Blue) = 237+23+65=325 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.92% from 325); Green value is 23 (9.38% from 255 or 7.08% from 325); Blue value is 65 (25.78% from 255 or 20% from 325); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1741 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1741 is #12E8BE. Grayscale: #5B5B5B. Windows color (decimal): -1239231 or 4265965. OLE color: 4265965.
HSL color Cylindrical-coordinate representation of color #ED1741: hue angle of 348.22º 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 #ED1741 is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 23 | 65 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.07 |
| HSL | 348.22º | 0.86% | 0.51% | - |
| HSV(B) | 348.22º | 0.9% | 0.93% | - |
| XYZ | 36.19 | 19 | 6.76 | - |
| YUV | 91.77 | 112.9 | 231.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 23 | 65 | 0 | 0.90 | 0.73 | 0.07 | 348.22 | 0.86 | 0.51 |
| Hex | ED | 17 | 41 | 0 | 5A | 49 | 7 | 15C | 56 | 33 |
| Octal | 355 | 27 | 101 | 0 | 132 | 111 | 7 | 534 | 126 | 63 |
| Binary | 11101101 | 10111 | 1000001 | 0 | 1011010 | 1001001 | 111 | 101011100 | 1010110 | 110011 |
Color Harmonies of #ED1741
Complementary color
Monochromatic Colors of #ED1741
Black with #ED1741
Text Example
Text Example
White with #ED1741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1741; }
p { color: rgb(237,23,65); }
H1.HeaderClassName
{
color: #ED1741;
}
.AnyTagClassName
{
color: #ED1741;
}
</style>
background-color css
<style>
a { background-color: #ED1741; }
a { background-color: rgb(237,23,65); }
div.DivClassName
{
background-color: #ED1741;
}
.BgClassName
{
background-color: #ED1741;
}
</style>
border-color css
<style>
span { border-color: #ED1741; }
span { border-color: rgb(237,23,65); }
td.TdClassName
{
border-color: #ED1741;
}
.TagClassName
{
border-color: #ED1741;
}
</style>