Shades of Crimson #ED1943
Tints of Crimson #ED1943
RGB
CMYK
RGB Variations
Color information
#ED1943 (or 0xED1943) is known color: Crimson. HEX triplet: ED, 19 and 43. RGB value is (237,25,67). Sum of RGB (Red+Green+Blue) = 237+25+67=329 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.04% from 329); Green value is 25 (10.16% from 255 or 7.60% from 329); Blue value is 67 (26.56% from 255 or 20.36% from 329); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1943 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1943 is #12E6BC. Grayscale: #5D5D5D. Windows color (decimal): -1238717 or 4397549. OLE color: 4397549.
HSL color Cylindrical-coordinate representation of color #ED1943: hue angle of 348.11º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ED1943 is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 25 | 67 | - |
| CMYK | 0 | 0.89 | 0.72 | 0.07 |
| HSL | 348.11º | 0.85% | 0.51% | - |
| HSV(B) | 348.11º | 0.89% | 0.93% | - |
| XYZ | 36.29 | 19.11 | 7.09 | - |
| YUV | 93.18 | 113.24 | 230.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 25 | 67 | 0 | 0.89 | 0.72 | 0.07 | 348.11 | 0.85 | 0.51 |
| Hex | ED | 19 | 43 | 0 | 59 | 48 | 7 | 15C | 55 | 33 |
| Octal | 355 | 31 | 103 | 0 | 131 | 110 | 7 | 534 | 125 | 63 |
| Binary | 11101101 | 11001 | 1000011 | 0 | 1011001 | 1001000 | 111 | 101011100 | 1010101 | 110011 |
Color Harmonies of #ED1943
Complementary color
Monochromatic Colors of #ED1943
Black with #ED1943
Text Example
Text Example
White with #ED1943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1943; }
p { color: rgb(237,25,67); }
H1.HeaderClassName
{
color: #ED1943;
}
.AnyTagClassName
{
color: #ED1943;
}
</style>
background-color css
<style>
a { background-color: #ED1943; }
a { background-color: rgb(237,25,67); }
div.DivClassName
{
background-color: #ED1943;
}
.BgClassName
{
background-color: #ED1943;
}
</style>
border-color css
<style>
span { border-color: #ED1943; }
span { border-color: rgb(237,25,67); }
td.TdClassName
{
border-color: #ED1943;
}
.TagClassName
{
border-color: #ED1943;
}
</style>