Shades of Crimson #ED1644
Tints of Crimson #ED1644
RGB
CMYK
RGB Variations
Color information
#ED1644 (or 0xED1644) is known color: Crimson. HEX triplet: ED, 16 and 44. RGB value is (237,22,68). Sum of RGB (Red+Green+Blue) = 237+22+68=327 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.48% from 327); Green value is 22 (8.98% from 255 or 6.73% from 327); Blue value is 68 (26.95% from 255 or 20.80% from 327); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1644 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1644 is #12E9BB. Grayscale: #5B5B5B. Windows color (decimal): -1239484 or 4462317. OLE color: 4462317.
HSL color Cylindrical-coordinate representation of color #ED1644: hue angle of 347.16º 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 #ED1644 is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 22 | 68 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.07 |
| HSL | 347.16º | 0.86% | 0.51% | - |
| HSV(B) | 347.16º | 0.91% | 0.93% | - |
| XYZ | 36.26 | 19 | 7.22 | - |
| YUV | 91.53 | 114.73 | 231.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 22 | 68 | 0 | 0.91 | 0.71 | 0.07 | 347.16 | 0.86 | 0.51 |
| Hex | ED | 16 | 44 | 0 | 5B | 47 | 7 | 15B | 56 | 33 |
| Octal | 355 | 26 | 104 | 0 | 133 | 107 | 7 | 533 | 126 | 63 |
| Binary | 11101101 | 10110 | 1000100 | 0 | 1011011 | 1000111 | 111 | 101011011 | 1010110 | 110011 |
Color Harmonies of #ED1644
Complementary color
Monochromatic Colors of #ED1644
Black with #ED1644
Text Example
Text Example
White with #ED1644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1644; }
p { color: rgb(237,22,68); }
H1.HeaderClassName
{
color: #ED1644;
}
.AnyTagClassName
{
color: #ED1644;
}
</style>
background-color css
<style>
a { background-color: #ED1644; }
a { background-color: rgb(237,22,68); }
div.DivClassName
{
background-color: #ED1644;
}
.BgClassName
{
background-color: #ED1644;
}
</style>
border-color css
<style>
span { border-color: #ED1644; }
span { border-color: rgb(237,22,68); }
td.TdClassName
{
border-color: #ED1644;
}
.TagClassName
{
border-color: #ED1644;
}
</style>