Shades of Crimson #ED0941
Tints of Crimson #ED0941
RGB
CMYK
RGB Variations
Color information
#ED0941 (or 0xED0941) is known color: Crimson. HEX triplet: ED, 09 and 41. RGB value is (237,9,65). Sum of RGB (Red+Green+Blue) = 237+9+65=311 (41% of max value = 765). Red value is 237 (92.97% from 255 or 76.21% from 311); Green value is 9 (3.91% from 255 or 2.89% from 311); Blue value is 65 (25.78% from 255 or 20.90% from 311); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0941 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0941 is #12F6BE. Grayscale: #535353. Windows color (decimal): -1242815 or 4262381. OLE color: 4262381.
HSL color Cylindrical-coordinate representation of color #ED0941: hue angle of 345.26º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ED0941 is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 9 | 65 | - |
| CMYK | 0 | 0.96 | 0.73 | 0.07 |
| HSL | 345.26º | 0.93% | 0.48% | - |
| HSV(B) | 345.26º | 0.96% | 0.93% | - |
| XYZ | 35.98 | 18.58 | 6.69 | - |
| YUV | 83.56 | 117.54 | 237.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 9 | 65 | 0 | 0.96 | 0.73 | 0.07 | 345.26 | 0.93 | 0.48 |
| Hex | ED | 9 | 41 | 0 | 60 | 49 | 7 | 159 | 5D | 30 |
| Octal | 355 | 11 | 101 | 0 | 140 | 111 | 7 | 531 | 135 | 60 |
| Binary | 11101101 | 1001 | 1000001 | 0 | 1100000 | 1001001 | 111 | 101011001 | 1011101 | 110000 |
Color Harmonies of #ED0941
Complementary color
Monochromatic Colors of #ED0941
Black with #ED0941
Text Example
Text Example
White with #ED0941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0941; }
p { color: rgb(237,9,65); }
H1.HeaderClassName
{
color: #ED0941;
}
.AnyTagClassName
{
color: #ED0941;
}
</style>
background-color css
<style>
a { background-color: #ED0941; }
a { background-color: rgb(237,9,65); }
div.DivClassName
{
background-color: #ED0941;
}
.BgClassName
{
background-color: #ED0941;
}
</style>
border-color css
<style>
span { border-color: #ED0941; }
span { border-color: rgb(237,9,65); }
td.TdClassName
{
border-color: #ED0941;
}
.TagClassName
{
border-color: #ED0941;
}
</style>