Shades of Crimson #ED0445
Tints of Crimson #ED0445
RGB
CMYK
RGB Variations
Color information
#ED0445 (or 0xED0445) is known color: Crimson. HEX triplet: ED, 04 and 45. RGB value is (237,4,69). Sum of RGB (Red+Green+Blue) = 237+4+69=310 (41% of max value = 765). Red value is 237 (92.97% from 255 or 76.45% from 310); Green value is 4 (1.95% from 255 or 1.29% from 310); Blue value is 69 (27.34% from 255 or 22.26% from 310); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0445 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0445 is #12FBBA. Grayscale: #515151. Windows color (decimal): -1244091 or 4523245. OLE color: 4523245.
HSL color Cylindrical-coordinate representation of color #ED0445: hue angle of 343.26º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ED0445 is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 4 | 69 | - |
| CMYK | 0 | 0.98 | 0.71 | 0.07 |
| HSL | 343.26º | 0.97% | 0.47% | - |
| HSV(B) | 343.26º | 0.98% | 0.93% | - |
| XYZ | 36.04 | 18.52 | 7.31 | - |
| YUV | 81.08 | 121.19 | 239.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 4 | 69 | 0 | 0.98 | 0.71 | 0.07 | 343.26 | 0.97 | 0.47 |
| Hex | ED | 4 | 45 | 0 | 62 | 47 | 7 | 157 | 61 | 2F |
| Octal | 355 | 4 | 105 | 0 | 142 | 107 | 7 | 527 | 141 | 57 |
| Binary | 11101101 | 100 | 1000101 | 0 | 1100010 | 1000111 | 111 | 101010111 | 1100001 | 101111 |
Color Harmonies of #ED0445
Complementary color
Monochromatic Colors of #ED0445
Black with #ED0445
Text Example
Text Example
White with #ED0445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0445; }
p { color: rgb(237,4,69); }
H1.HeaderClassName
{
color: #ED0445;
}
.AnyTagClassName
{
color: #ED0445;
}
</style>
background-color css
<style>
a { background-color: #ED0445; }
a { background-color: rgb(237,4,69); }
div.DivClassName
{
background-color: #ED0445;
}
.BgClassName
{
background-color: #ED0445;
}
</style>
border-color css
<style>
span { border-color: #ED0445; }
span { border-color: rgb(237,4,69); }
td.TdClassName
{
border-color: #ED0445;
}
.TagClassName
{
border-color: #ED0445;
}
</style>