Shades of Crimson #ED1646
Tints of Crimson #ED1646
RGB
CMYK
RGB Variations
Color information
#ED1646 (or 0xED1646) is known color: Crimson. HEX triplet: ED, 16 and 46. RGB value is (237,22,70). Sum of RGB (Red+Green+Blue) = 237+22+70=329 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.04% from 329); Green value is 22 (8.98% from 255 or 6.69% from 329); Blue value is 70 (27.73% from 255 or 21.28% from 329); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1646 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1646 is #12E9B9. Grayscale: #5B5B5B. Windows color (decimal): -1239482 or 4593389. OLE color: 4593389.
HSL color Cylindrical-coordinate representation of color #ED1646: hue angle of 346.6º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ED1646 is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 22 | 70 | - |
| CMYK | 0 | 0.91 | 0.70 | 0.07 |
| HSL | 346.6º | 0.86% | 0.51% | - |
| HSV(B) | 346.6º | 0.91% | 0.93% | - |
| XYZ | 36.32 | 19.02 | 7.55 | - |
| YUV | 91.76 | 115.73 | 231.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 22 | 70 | 0 | 0.91 | 0.70 | 0.07 | 346.6 | 0.86 | 0.51 |
| Hex | ED | 16 | 46 | 0 | 5B | 46 | 7 | 15B | 56 | 33 |
| Octal | 355 | 26 | 106 | 0 | 133 | 106 | 7 | 533 | 126 | 63 |
| Binary | 11101101 | 10110 | 1000110 | 0 | 1011011 | 1000110 | 111 | 101011011 | 1010110 | 110011 |
Color Harmonies of #ED1646
Complementary color
Monochromatic Colors of #ED1646
Black with #ED1646
Text Example
Text Example
White with #ED1646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1646; }
p { color: rgb(237,22,70); }
H1.HeaderClassName
{
color: #ED1646;
}
.AnyTagClassName
{
color: #ED1646;
}
</style>
background-color css
<style>
a { background-color: #ED1646; }
a { background-color: rgb(237,22,70); }
div.DivClassName
{
background-color: #ED1646;
}
.BgClassName
{
background-color: #ED1646;
}
</style>
border-color css
<style>
span { border-color: #ED1646; }
span { border-color: rgb(237,22,70); }
td.TdClassName
{
border-color: #ED1646;
}
.TagClassName
{
border-color: #ED1646;
}
</style>