Shades of Crimson #ED1042
Tints of Crimson #ED1042
RGB
CMYK
RGB Variations
Color information
#ED1042 (or 0xED1042) is known color: Crimson. HEX triplet: ED, 10 and 42. RGB value is (237,16,66). Sum of RGB (Red+Green+Blue) = 237+16+66=319 (42% of max value = 765). Red value is 237 (92.97% from 255 or 74.29% from 319); Green value is 16 (6.64% from 255 or 5.02% from 319); Blue value is 66 (26.17% from 255 or 20.69% from 319); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1042 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1042 is #12EFBD. Grayscale: #575757. Windows color (decimal): -1241022 or 4329709. OLE color: 4329709.
HSL color Cylindrical-coordinate representation of color #ED1042: hue angle of 346.43º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ED1042 is Cyan = 0, Magento = 0.93, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 16 | 66 | - |
| CMYK | 0 | 0.93 | 0.72 | 0.07 |
| HSL | 346.43º | 0.87% | 0.5% | - |
| HSV(B) | 346.43º | 0.93% | 0.93% | - |
| XYZ | 36.09 | 18.77 | 6.87 | - |
| YUV | 87.78 | 115.72 | 234.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 16 | 66 | 0 | 0.93 | 0.72 | 0.07 | 346.43 | 0.87 | 0.5 |
| Hex | ED | 10 | 42 | 0 | 5D | 48 | 7 | 15A | 57 | 32 |
| Octal | 355 | 20 | 102 | 0 | 135 | 110 | 7 | 532 | 127 | 62 |
| Binary | 11101101 | 10000 | 1000010 | 0 | 1011101 | 1001000 | 111 | 101011010 | 1010111 | 110010 |
Color Harmonies of #ED1042
Complementary color
Monochromatic Colors of #ED1042
Black with #ED1042
Text Example
Text Example
White with #ED1042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1042; }
p { color: rgb(237,16,66); }
H1.HeaderClassName
{
color: #ED1042;
}
.AnyTagClassName
{
color: #ED1042;
}
</style>
background-color css
<style>
a { background-color: #ED1042; }
a { background-color: rgb(237,16,66); }
div.DivClassName
{
background-color: #ED1042;
}
.BgClassName
{
background-color: #ED1042;
}
</style>
border-color css
<style>
span { border-color: #ED1042; }
span { border-color: rgb(237,16,66); }
td.TdClassName
{
border-color: #ED1042;
}
.TagClassName
{
border-color: #ED1042;
}
</style>