Shades of Ruby #ED1567
Tints of Ruby #ED1567
RGB
CMYK
RGB Variations
Color information
#ED1567 (or 0xED1567) is known color: Ruby. HEX triplet: ED, 15 and 67. RGB value is (237,21,103). Sum of RGB (Red+Green+Blue) = 237+21+103=361 (47% of max value = 765). Red value is 237 (92.97% from 255 or 65.65% from 361); Green value is 21 (8.59% from 255 or 5.82% from 361); Blue value is 103 (40.62% from 255 or 28.53% from 361); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1567 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED1567 is #12EA98. Grayscale: #5E5E5E. Windows color (decimal): -1239705 or 6755821. OLE color: 6755821.
HSL color Cylindrical-coordinate representation of color #ED1567: hue angle of 337.22º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ED1567 is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 21 | 103 | - |
| CMYK | 0 | 0.91 | 0.57 | 0.07 |
| HSL | 337.22º | 0.86% | 0.51% | - |
| HSV(B) | 337.22º | 0.91% | 0.93% | - |
| XYZ | 37.64 | 19.52 | 14.62 | - |
| YUV | 94.93 | 132.56 | 229.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 21 | 103 | 0 | 0.91 | 0.57 | 0.07 | 337.22 | 0.86 | 0.51 |
| Hex | ED | 15 | 67 | 0 | 5B | 39 | 7 | 151 | 56 | 33 |
| Octal | 355 | 25 | 147 | 0 | 133 | 71 | 7 | 521 | 126 | 63 |
| Binary | 11101101 | 10101 | 1100111 | 0 | 1011011 | 111001 | 111 | 101010001 | 1010110 | 110011 |
Color Harmonies of #ED1567
Complementary color
Monochromatic Colors of #ED1567
Black with #ED1567
Text Example
Text Example
White with #ED1567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1567; }
p { color: rgb(237,21,103); }
H1.HeaderClassName
{
color: #ED1567;
}
.AnyTagClassName
{
color: #ED1567;
}
</style>
background-color css
<style>
a { background-color: #ED1567; }
a { background-color: rgb(237,21,103); }
div.DivClassName
{
background-color: #ED1567;
}
.BgClassName
{
background-color: #ED1567;
}
</style>
border-color css
<style>
span { border-color: #ED1567; }
span { border-color: rgb(237,21,103); }
td.TdClassName
{
border-color: #ED1567;
}
.TagClassName
{
border-color: #ED1567;
}
</style>