Shades of Crimson #ED0545
Tints of Crimson #ED0545
RGB
CMYK
RGB Variations
Color information
#ED0545 (or 0xED0545) is known color: Crimson. HEX triplet: ED, 05 and 45. RGB value is (237,5,69). Sum of RGB (Red+Green+Blue) = 237+5+69=311 (41% of max value = 765). Red value is 237 (92.97% from 255 or 76.21% from 311); Green value is 5 (2.34% from 255 or 1.61% from 311); Blue value is 69 (27.34% from 255 or 22.19% from 311); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0545 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0545 is #12FABA. Grayscale: #515151. Windows color (decimal): -1243835 or 4523501. OLE color: 4523501.
HSL color Cylindrical-coordinate representation of color #ED0545: hue angle of 343.45º degrees, saturation: 0.96, 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 #ED0545 is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 5 | 69 | - |
| CMYK | 0 | 0.98 | 0.71 | 0.07 |
| HSL | 343.45º | 0.96% | 0.47% | - |
| HSV(B) | 343.45º | 0.98% | 0.93% | - |
| XYZ | 36.05 | 18.54 | 7.31 | - |
| YUV | 81.66 | 120.86 | 238.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 5 | 69 | 0 | 0.98 | 0.71 | 0.07 | 343.45 | 0.96 | 0.47 |
| Hex | ED | 5 | 45 | 0 | 62 | 47 | 7 | 157 | 60 | 2F |
| Octal | 355 | 5 | 105 | 0 | 142 | 107 | 7 | 527 | 140 | 57 |
| Binary | 11101101 | 101 | 1000101 | 0 | 1100010 | 1000111 | 111 | 101010111 | 1100000 | 101111 |
Color Harmonies of #ED0545
Complementary color
Monochromatic Colors of #ED0545
Black with #ED0545
Text Example
Text Example
White with #ED0545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0545; }
p { color: rgb(237,5,69); }
H1.HeaderClassName
{
color: #ED0545;
}
.AnyTagClassName
{
color: #ED0545;
}
</style>
background-color css
<style>
a { background-color: #ED0545; }
a { background-color: rgb(237,5,69); }
div.DivClassName
{
background-color: #ED0545;
}
.BgClassName
{
background-color: #ED0545;
}
</style>
border-color css
<style>
span { border-color: #ED0545; }
span { border-color: rgb(237,5,69); }
td.TdClassName
{
border-color: #ED0545;
}
.TagClassName
{
border-color: #ED0545;
}
</style>