Shades of Crimson #ED1744
Tints of Crimson #ED1744
RGB
CMYK
RGB Variations
Color information
#ED1744 (or 0xED1744) is known color: Crimson. HEX triplet: ED, 17 and 44. RGB value is (237,23,68). Sum of RGB (Red+Green+Blue) = 237+23+68=328 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.26% from 328); Green value is 23 (9.38% from 255 or 7.01% from 328); Blue value is 68 (26.95% from 255 or 20.73% from 328); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1744 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1744 is #12E8BB. Grayscale: #5C5C5C. Windows color (decimal): -1239228 or 4462573. OLE color: 4462573.
HSL color Cylindrical-coordinate representation of color #ED1744: hue angle of 347.38º 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 #ED1744 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 23 | 68 | - |
| CMYK | 0 | 0.90 | 0.71 | 0.07 |
| HSL | 347.38º | 0.86% | 0.51% | - |
| HSV(B) | 347.38º | 0.9% | 0.93% | - |
| XYZ | 36.27 | 19.03 | 7.23 | - |
| YUV | 92.12 | 114.4 | 231.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 23 | 68 | 0 | 0.90 | 0.71 | 0.07 | 347.38 | 0.86 | 0.51 |
| Hex | ED | 17 | 44 | 0 | 5A | 47 | 7 | 15B | 56 | 33 |
| Octal | 355 | 27 | 104 | 0 | 132 | 107 | 7 | 533 | 126 | 63 |
| Binary | 11101101 | 10111 | 1000100 | 0 | 1011010 | 1000111 | 111 | 101011011 | 1010110 | 110011 |
Color Harmonies of #ED1744
Complementary color
Monochromatic Colors of #ED1744
Black with #ED1744
Text Example
Text Example
White with #ED1744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1744; }
p { color: rgb(237,23,68); }
H1.HeaderClassName
{
color: #ED1744;
}
.AnyTagClassName
{
color: #ED1744;
}
</style>
background-color css
<style>
a { background-color: #ED1744; }
a { background-color: rgb(237,23,68); }
div.DivClassName
{
background-color: #ED1744;
}
.BgClassName
{
background-color: #ED1744;
}
</style>
border-color css
<style>
span { border-color: #ED1744; }
span { border-color: rgb(237,23,68); }
td.TdClassName
{
border-color: #ED1744;
}
.TagClassName
{
border-color: #ED1744;
}
</style>