Shades of Ruby #D41753
Tints of Ruby #D41753
RGB
CMYK
RGB Variations
Color information
#D41753 (or 0xD41753) is known color: Ruby. HEX triplet: D4, 17 and 53. RGB value is (212,23,83). Sum of RGB (Red+Green+Blue) = 212+23+83=318 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.67% from 318); Green value is 23 (9.38% from 255 or 7.23% from 318); Blue value is 83 (32.81% from 255 or 26.10% from 318); Max value from RGB is 212 - color contains mainly: red. Hex color #D41753 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41753 is #2BE8AC. Grayscale: #565656. Windows color (decimal): -2877613 or 5445588. OLE color: 5445588.
HSL color Cylindrical-coordinate representation of color #D41753: hue angle of 340.95º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D41753 is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 23 | 83 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.17 |
| HSL | 340.95º | 0.8% | 0.46% | - |
| HSV(B) | 340.95º | 0.89% | 0.83% | - |
| XYZ | 29.02 | 15.23 | 9.59 | - |
| YUV | 86.35 | 126.12 | 217.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 23 | 83 | 0 | 0.89 | 0.61 | 0.17 | 340.95 | 0.8 | 0.46 |
| Hex | D4 | 17 | 53 | 0 | 59 | 3D | 11 | 155 | 50 | 2E |
| Octal | 324 | 27 | 123 | 0 | 131 | 75 | 21 | 525 | 120 | 56 |
| Binary | 11010100 | 10111 | 1010011 | 0 | 1011001 | 111101 | 10001 | 101010101 | 1010000 | 101110 |
Color Harmonies of #D41753
Complementary color
Monochromatic Colors of #D41753
Black with #D41753
Text Example
Text Example
White with #D41753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41753; }
p { color: rgb(212,23,83); }
H1.HeaderClassName
{
color: #D41753;
}
.AnyTagClassName
{
color: #D41753;
}
</style>
background-color css
<style>
a { background-color: #D41753; }
a { background-color: rgb(212,23,83); }
div.DivClassName
{
background-color: #D41753;
}
.BgClassName
{
background-color: #D41753;
}
</style>
border-color css
<style>
span { border-color: #D41753; }
span { border-color: rgb(212,23,83); }
td.TdClassName
{
border-color: #D41753;
}
.TagClassName
{
border-color: #D41753;
}
</style>