Shades of Crimson #ED1449
Tints of Crimson #ED1449
RGB
CMYK
RGB Variations
Color information
#ED1449 (or 0xED1449) is known color: Crimson. HEX triplet: ED, 14 and 49. RGB value is (237,20,73). Sum of RGB (Red+Green+Blue) = 237+20+73=330 (43% of max value = 765). Red value is 237 (92.97% from 255 or 71.82% from 330); Green value is 20 (8.20% from 255 or 6.06% from 330); Blue value is 73 (28.91% from 255 or 22.12% from 330); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1449 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1449 is #12EBB6. Grayscale: #5A5A5A. Windows color (decimal): -1239991 or 4789485. OLE color: 4789485.
HSL color Cylindrical-coordinate representation of color #ED1449: hue angle of 345.35º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ED1449 is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 20 | 73 | - |
| CMYK | 0 | 0.92 | 0.69 | 0.07 |
| HSL | 345.35º | 0.86% | 0.5% | - |
| HSV(B) | 345.35º | 0.92% | 0.93% | - |
| XYZ | 36.38 | 18.99 | 8.05 | - |
| YUV | 90.93 | 117.89 | 232.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 20 | 73 | 0 | 0.92 | 0.69 | 0.07 | 345.35 | 0.86 | 0.5 |
| Hex | ED | 14 | 49 | 0 | 5C | 45 | 7 | 159 | 56 | 32 |
| Octal | 355 | 24 | 111 | 0 | 134 | 105 | 7 | 531 | 126 | 62 |
| Binary | 11101101 | 10100 | 1001001 | 0 | 1011100 | 1000101 | 111 | 101011001 | 1010110 | 110010 |
Color Harmonies of #ED1449
Complementary color
Monochromatic Colors of #ED1449
Black with #ED1449
Text Example
Text Example
White with #ED1449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1449; }
p { color: rgb(237,20,73); }
H1.HeaderClassName
{
color: #ED1449;
}
.AnyTagClassName
{
color: #ED1449;
}
</style>
background-color css
<style>
a { background-color: #ED1449; }
a { background-color: rgb(237,20,73); }
div.DivClassName
{
background-color: #ED1449;
}
.BgClassName
{
background-color: #ED1449;
}
</style>
border-color css
<style>
span { border-color: #ED1449; }
span { border-color: rgb(237,20,73); }
td.TdClassName
{
border-color: #ED1449;
}
.TagClassName
{
border-color: #ED1449;
}
</style>