Shades of Crimson #ED1544
Tints of Crimson #ED1544
RGB
CMYK
RGB Variations
Color information
#ED1544 (or 0xED1544) is known color: Crimson. HEX triplet: ED, 15 and 44. RGB value is (237,21,68). Sum of RGB (Red+Green+Blue) = 237+21+68=326 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.70% from 326); Green value is 21 (8.59% from 255 or 6.44% from 326); Blue value is 68 (26.95% from 255 or 20.86% from 326); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1544 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1544 is #12EABB. Grayscale: #5A5A5A. Windows color (decimal): -1239740 or 4462061. OLE color: 4462061.
HSL color Cylindrical-coordinate representation of color #ED1544: hue angle of 346.94º 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 #ED1544 is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 21 | 68 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.07 |
| HSL | 346.94º | 0.86% | 0.51% | - |
| HSV(B) | 346.94º | 0.91% | 0.93% | - |
| XYZ | 36.24 | 18.96 | 7.22 | - |
| YUV | 90.94 | 115.06 | 232.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 21 | 68 | 0 | 0.91 | 0.71 | 0.07 | 346.94 | 0.86 | 0.51 |
| Hex | ED | 15 | 44 | 0 | 5B | 47 | 7 | 15B | 56 | 33 |
| Octal | 355 | 25 | 104 | 0 | 133 | 107 | 7 | 533 | 126 | 63 |
| Binary | 11101101 | 10101 | 1000100 | 0 | 1011011 | 1000111 | 111 | 101011011 | 1010110 | 110011 |
Color Harmonies of #ED1544
Complementary color
Monochromatic Colors of #ED1544
Black with #ED1544
Text Example
Text Example
White with #ED1544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1544; }
p { color: rgb(237,21,68); }
H1.HeaderClassName
{
color: #ED1544;
}
.AnyTagClassName
{
color: #ED1544;
}
</style>
background-color css
<style>
a { background-color: #ED1544; }
a { background-color: rgb(237,21,68); }
div.DivClassName
{
background-color: #ED1544;
}
.BgClassName
{
background-color: #ED1544;
}
</style>
border-color css
<style>
span { border-color: #ED1544; }
span { border-color: rgb(237,21,68); }
td.TdClassName
{
border-color: #ED1544;
}
.TagClassName
{
border-color: #ED1544;
}
</style>