Shades of Crimson #ED0945
Tints of Crimson #ED0945
RGB
CMYK
RGB Variations
Color information
#ED0945 (or 0xED0945) is known color: Crimson. HEX triplet: ED, 09 and 45. RGB value is (237,9,69). Sum of RGB (Red+Green+Blue) = 237+9+69=315 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.24% from 315); Green value is 9 (3.91% from 255 or 2.86% from 315); Blue value is 69 (27.34% from 255 or 21.90% from 315); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0945 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0945 is #12F6BA. Grayscale: #545454. Windows color (decimal): -1242811 or 4524525. OLE color: 4524525.
HSL color Cylindrical-coordinate representation of color #ED0945: hue angle of 344.21º 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 #ED0945 is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 9 | 69 | - |
| CMYK | 0 | 0.96 | 0.71 | 0.07 |
| HSL | 344.21º | 0.93% | 0.48% | - |
| HSV(B) | 344.21º | 0.96% | 0.93% | - |
| XYZ | 36.1 | 18.63 | 7.32 | - |
| YUV | 84.01 | 119.54 | 237.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 9 | 69 | 0 | 0.96 | 0.71 | 0.07 | 344.21 | 0.93 | 0.48 |
| Hex | ED | 9 | 45 | 0 | 60 | 47 | 7 | 158 | 5D | 30 |
| Octal | 355 | 11 | 105 | 0 | 140 | 107 | 7 | 530 | 135 | 60 |
| Binary | 11101101 | 1001 | 1000101 | 0 | 1100000 | 1000111 | 111 | 101011000 | 1011101 | 110000 |
Color Harmonies of #ED0945
Complementary color
Monochromatic Colors of #ED0945
Black with #ED0945
Text Example
Text Example
White with #ED0945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0945; }
p { color: rgb(237,9,69); }
H1.HeaderClassName
{
color: #ED0945;
}
.AnyTagClassName
{
color: #ED0945;
}
</style>
background-color css
<style>
a { background-color: #ED0945; }
a { background-color: rgb(237,9,69); }
div.DivClassName
{
background-color: #ED0945;
}
.BgClassName
{
background-color: #ED0945;
}
</style>
border-color css
<style>
span { border-color: #ED0945; }
span { border-color: rgb(237,9,69); }
td.TdClassName
{
border-color: #ED0945;
}
.TagClassName
{
border-color: #ED0945;
}
</style>