Shades of Crimson #ED1846
Tints of Crimson #ED1846
RGB
CMYK
RGB Variations
Color information
#ED1846 (or 0xED1846) is known color: Crimson. HEX triplet: ED, 18 and 46. RGB value is (237,24,70). Sum of RGB (Red+Green+Blue) = 237+24+70=331 (43% of max value = 765). Red value is 237 (92.97% from 255 or 71.60% from 331); Green value is 24 (9.77% from 255 or 7.25% from 331); Blue value is 70 (27.73% from 255 or 21.15% from 331); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1846 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1846 is #12E7B9. Grayscale: #5C5C5C. Windows color (decimal): -1238970 or 4593901. OLE color: 4593901.
HSL color Cylindrical-coordinate representation of color #ED1846: hue angle of 347.04º 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 #ED1846 is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 24 | 70 | - |
| CMYK | 0 | 0.90 | 0.70 | 0.07 |
| HSL | 347.04º | 0.86% | 0.51% | - |
| HSV(B) | 347.04º | 0.9% | 0.93% | - |
| XYZ | 36.36 | 19.1 | 7.56 | - |
| YUV | 92.93 | 115.07 | 230.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 24 | 70 | 0 | 0.90 | 0.70 | 0.07 | 347.04 | 0.86 | 0.51 |
| Hex | ED | 18 | 46 | 0 | 5A | 46 | 7 | 15B | 56 | 33 |
| Octal | 355 | 30 | 106 | 0 | 132 | 106 | 7 | 533 | 126 | 63 |
| Binary | 11101101 | 11000 | 1000110 | 0 | 1011010 | 1000110 | 111 | 101011011 | 1010110 | 110011 |
Color Harmonies of #ED1846
Complementary color
Monochromatic Colors of #ED1846
Black with #ED1846
Text Example
Text Example
White with #ED1846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1846; }
p { color: rgb(237,24,70); }
H1.HeaderClassName
{
color: #ED1846;
}
.AnyTagClassName
{
color: #ED1846;
}
</style>
background-color css
<style>
a { background-color: #ED1846; }
a { background-color: rgb(237,24,70); }
div.DivClassName
{
background-color: #ED1846;
}
.BgClassName
{
background-color: #ED1846;
}
</style>
border-color css
<style>
span { border-color: #ED1846; }
span { border-color: rgb(237,24,70); }
td.TdClassName
{
border-color: #ED1846;
}
.TagClassName
{
border-color: #ED1846;
}
</style>