Shades of Crimson #ED1941
Tints of Crimson #ED1941
RGB
CMYK
RGB Variations
Color information
#ED1941 (or 0xED1941) is known color: Crimson. HEX triplet: ED, 19 and 41. RGB value is (237,25,65). Sum of RGB (Red+Green+Blue) = 237+25+65=327 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.48% from 327); Green value is 25 (10.16% from 255 or 7.65% from 327); Blue value is 65 (25.78% from 255 or 19.88% from 327); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1941 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1941 is #12E6BE. Grayscale: #5D5D5D. Windows color (decimal): -1238719 or 4266477. OLE color: 4266477.
HSL color Cylindrical-coordinate representation of color #ED1941: hue angle of 348.68º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ED1941 is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 25 | 65 | - |
| CMYK | 0 | 0.89 | 0.73 | 0.07 |
| HSL | 348.68º | 0.85% | 0.51% | - |
| HSV(B) | 348.68º | 0.89% | 0.93% | - |
| XYZ | 36.23 | 19.08 | 6.77 | - |
| YUV | 92.95 | 112.24 | 230.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 25 | 65 | 0 | 0.89 | 0.73 | 0.07 | 348.68 | 0.85 | 0.51 |
| Hex | ED | 19 | 41 | 0 | 59 | 49 | 7 | 15D | 55 | 33 |
| Octal | 355 | 31 | 101 | 0 | 131 | 111 | 7 | 535 | 125 | 63 |
| Binary | 11101101 | 11001 | 1000001 | 0 | 1011001 | 1001001 | 111 | 101011101 | 1010101 | 110011 |
Color Harmonies of #ED1941
Complementary color
Monochromatic Colors of #ED1941
Black with #ED1941
Text Example
Text Example
White with #ED1941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1941; }
p { color: rgb(237,25,65); }
H1.HeaderClassName
{
color: #ED1941;
}
.AnyTagClassName
{
color: #ED1941;
}
</style>
background-color css
<style>
a { background-color: #ED1941; }
a { background-color: rgb(237,25,65); }
div.DivClassName
{
background-color: #ED1941;
}
.BgClassName
{
background-color: #ED1941;
}
</style>
border-color css
<style>
span { border-color: #ED1941; }
span { border-color: rgb(237,25,65); }
td.TdClassName
{
border-color: #ED1941;
}
.TagClassName
{
border-color: #ED1941;
}
</style>