Shades of Ruby #ED1373
Tints of Ruby #ED1373
RGB
CMYK
RGB Variations
Color information
#ED1373 (or 0xED1373) is known color: Ruby. HEX triplet: ED, 13 and 73. RGB value is (237,19,115). Sum of RGB (Red+Green+Blue) = 237+19+115=371 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.88% from 371); Green value is 19 (7.81% from 255 or 5.12% from 371); Blue value is 115 (45.31% from 255 or 31.00% from 371); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1373 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED1373 is #12EC8C. Grayscale: #5E5E5E. Windows color (decimal): -1240205 or 7541741. OLE color: 7541741.
HSL color Cylindrical-coordinate representation of color #ED1373: hue angle of 333.58º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ED1373 is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 19 | 115 | - |
| CMYK | 0 | 0.92 | 0.51 | 0.07 |
| HSL | 333.58º | 0.86% | 0.5% | - |
| HSV(B) | 333.58º | 0.92% | 0.93% | - |
| XYZ | 38.25 | 19.71 | 18.01 | - |
| YUV | 95.13 | 139.22 | 229.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 19 | 115 | 0 | 0.92 | 0.51 | 0.07 | 333.58 | 0.86 | 0.5 |
| Hex | ED | 13 | 73 | 0 | 5C | 33 | 7 | 14E | 56 | 32 |
| Octal | 355 | 23 | 163 | 0 | 134 | 63 | 7 | 516 | 126 | 62 |
| Binary | 11101101 | 10011 | 1110011 | 0 | 1011100 | 110011 | 111 | 101001110 | 1010110 | 110010 |
Color Harmonies of #ED1373
Complementary color
Monochromatic Colors of #ED1373
Black with #ED1373
Text Example
Text Example
White with #ED1373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1373; }
p { color: rgb(237,19,115); }
H1.HeaderClassName
{
color: #ED1373;
}
.AnyTagClassName
{
color: #ED1373;
}
</style>
background-color css
<style>
a { background-color: #ED1373; }
a { background-color: rgb(237,19,115); }
div.DivClassName
{
background-color: #ED1373;
}
.BgClassName
{
background-color: #ED1373;
}
</style>
border-color css
<style>
span { border-color: #ED1373; }
span { border-color: rgb(237,19,115); }
td.TdClassName
{
border-color: #ED1373;
}
.TagClassName
{
border-color: #ED1373;
}
</style>