Shades of Crimson #ED1839
Tints of Crimson #ED1839
RGB
CMYK
RGB Variations
Color information
#ED1839 (or 0xED1839) is known color: Crimson. HEX triplet: ED, 18 and 39. RGB value is (237,24,57). Sum of RGB (Red+Green+Blue) = 237+24+57=318 (42% of max value = 765). Red value is 237 (92.97% from 255 or 74.53% from 318); Green value is 24 (9.77% from 255 or 7.55% from 318); Blue value is 57 (22.66% from 255 or 17.92% from 318); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1839 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1839 is #12E7C6. Grayscale: #5B5B5B. Windows color (decimal): -1238983 or 3741933. OLE color: 3741933.
HSL color Cylindrical-coordinate representation of color #ED1839: hue angle of 350.7º 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 #ED1839 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 24 | 57 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.07 |
| HSL | 350.7º | 0.86% | 0.51% | - |
| HSV(B) | 350.7º | 0.9% | 0.93% | - |
| XYZ | 35.99 | 18.95 | 5.63 | - |
| YUV | 91.45 | 108.57 | 231.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 24 | 57 | 0 | 0.90 | 0.76 | 0.07 | 350.7 | 0.86 | 0.51 |
| Hex | ED | 18 | 39 | 0 | 5A | 4C | 7 | 15F | 56 | 33 |
| Octal | 355 | 30 | 71 | 0 | 132 | 114 | 7 | 537 | 126 | 63 |
| Binary | 11101101 | 11000 | 111001 | 0 | 1011010 | 1001100 | 111 | 101011111 | 1010110 | 110011 |
Color Harmonies of #ED1839
Complementary color
Monochromatic Colors of #ED1839
Black with #ED1839
Text Example
Text Example
White with #ED1839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1839; }
p { color: rgb(237,24,57); }
H1.HeaderClassName
{
color: #ED1839;
}
.AnyTagClassName
{
color: #ED1839;
}
</style>
background-color css
<style>
a { background-color: #ED1839; }
a { background-color: rgb(237,24,57); }
div.DivClassName
{
background-color: #ED1839;
}
.BgClassName
{
background-color: #ED1839;
}
</style>
border-color css
<style>
span { border-color: #ED1839; }
span { border-color: rgb(237,24,57); }
td.TdClassName
{
border-color: #ED1839;
}
.TagClassName
{
border-color: #ED1839;
}
</style>