Shades of Crimson #ED0947
Tints of Crimson #ED0947
RGB
CMYK
RGB Variations
Color information
#ED0947 (or 0xED0947) is known color: Crimson. HEX triplet: ED, 09 and 47. RGB value is (237,9,71). Sum of RGB (Red+Green+Blue) = 237+9+71=317 (41% of max value = 765). Red value is 237 (92.97% from 255 or 74.76% from 317); Green value is 9 (3.91% from 255 or 2.84% from 317); Blue value is 71 (28.12% from 255 or 22.40% from 317); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0947 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0947 is #12F6B8. Grayscale: #545454. Windows color (decimal): -1242809 or 4655597. OLE color: 4655597.
HSL color Cylindrical-coordinate representation of color #ED0947: hue angle of 343.68º 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 #ED0947 is Cyan = 0, Magento = 0.96, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 9 | 71 | - |
| CMYK | 0 | 0.96 | 0.70 | 0.07 |
| HSL | 343.68º | 0.93% | 0.48% | - |
| HSV(B) | 343.68º | 0.96% | 0.93% | - |
| XYZ | 36.16 | 18.65 | 7.66 | - |
| YUV | 84.24 | 120.54 | 236.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 9 | 71 | 0 | 0.96 | 0.70 | 0.07 | 343.68 | 0.93 | 0.48 |
| Hex | ED | 9 | 47 | 0 | 60 | 46 | 7 | 158 | 5D | 30 |
| Octal | 355 | 11 | 107 | 0 | 140 | 106 | 7 | 530 | 135 | 60 |
| Binary | 11101101 | 1001 | 1000111 | 0 | 1100000 | 1000110 | 111 | 101011000 | 1011101 | 110000 |
Color Harmonies of #ED0947
Complementary color
Monochromatic Colors of #ED0947
Black with #ED0947
Text Example
Text Example
White with #ED0947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0947; }
p { color: rgb(237,9,71); }
H1.HeaderClassName
{
color: #ED0947;
}
.AnyTagClassName
{
color: #ED0947;
}
</style>
background-color css
<style>
a { background-color: #ED0947; }
a { background-color: rgb(237,9,71); }
div.DivClassName
{
background-color: #ED0947;
}
.BgClassName
{
background-color: #ED0947;
}
</style>
border-color css
<style>
span { border-color: #ED0947; }
span { border-color: rgb(237,9,71); }
td.TdClassName
{
border-color: #ED0947;
}
.TagClassName
{
border-color: #ED0947;
}
</style>