Shades of Crimson #ED1647
Tints of Crimson #ED1647
RGB
CMYK
RGB Variations
Color information
#ED1647 (or 0xED1647) is known color: Crimson. HEX triplet: ED, 16 and 47. RGB value is (237,22,71). Sum of RGB (Red+Green+Blue) = 237+22+71=330 (43% of max value = 765). Red value is 237 (92.97% from 255 or 71.82% from 330); Green value is 22 (8.98% from 255 or 6.67% from 330); Blue value is 71 (28.12% from 255 or 21.52% from 330); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1647 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1647 is #12E9B8. Grayscale: #5B5B5B. Windows color (decimal): -1239481 or 4658925. OLE color: 4658925.
HSL color Cylindrical-coordinate representation of color #ED1647: hue angle of 346.33º 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 #ED1647 is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 22 | 71 | - |
| CMYK | 0 | 0.91 | 0.70 | 0.07 |
| HSL | 346.33º | 0.86% | 0.51% | - |
| HSV(B) | 346.33º | 0.91% | 0.93% | - |
| XYZ | 36.35 | 19.03 | 7.72 | - |
| YUV | 91.87 | 116.23 | 231.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 22 | 71 | 0 | 0.91 | 0.70 | 0.07 | 346.33 | 0.86 | 0.51 |
| Hex | ED | 16 | 47 | 0 | 5B | 46 | 7 | 15A | 56 | 33 |
| Octal | 355 | 26 | 107 | 0 | 133 | 106 | 7 | 532 | 126 | 63 |
| Binary | 11101101 | 10110 | 1000111 | 0 | 1011011 | 1000110 | 111 | 101011010 | 1010110 | 110011 |
Color Harmonies of #ED1647
Complementary color
Monochromatic Colors of #ED1647
Black with #ED1647
Text Example
Text Example
White with #ED1647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1647; }
p { color: rgb(237,22,71); }
H1.HeaderClassName
{
color: #ED1647;
}
.AnyTagClassName
{
color: #ED1647;
}
</style>
background-color css
<style>
a { background-color: #ED1647; }
a { background-color: rgb(237,22,71); }
div.DivClassName
{
background-color: #ED1647;
}
.BgClassName
{
background-color: #ED1647;
}
</style>
border-color css
<style>
span { border-color: #ED1647; }
span { border-color: rgb(237,22,71); }
td.TdClassName
{
border-color: #ED1647;
}
.TagClassName
{
border-color: #ED1647;
}
</style>