Shades of Ruby #D41653
Tints of Ruby #D41653
RGB
CMYK
RGB Variations
Color information
#D41653 (or 0xD41653) is known color: Ruby. HEX triplet: D4, 16 and 53. RGB value is (212,22,83). Sum of RGB (Red+Green+Blue) = 212+22+83=317 (41% of max value = 765). Red value is 212 (83.20% from 255 or 66.88% from 317); Green value is 22 (8.98% from 255 or 6.94% from 317); Blue value is 83 (32.81% from 255 or 26.18% from 317); Max value from RGB is 212 - color contains mainly: red. Hex color #D41653 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41653 is #2BE9AC. Grayscale: #555555. Windows color (decimal): -2877869 or 5445332. OLE color: 5445332.
HSL color Cylindrical-coordinate representation of color #D41653: hue angle of 340.74º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D41653 is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 22 | 83 | - |
| CMYK | 0 | 0.90 | 0.61 | 0.17 |
| HSL | 340.74º | 0.81% | 0.46% | - |
| HSV(B) | 340.74º | 0.9% | 0.83% | - |
| XYZ | 29 | 15.2 | 9.59 | - |
| YUV | 85.76 | 126.45 | 218.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 22 | 83 | 0 | 0.90 | 0.61 | 0.17 | 340.74 | 0.81 | 0.46 |
| Hex | D4 | 16 | 53 | 0 | 5A | 3D | 11 | 155 | 51 | 2E |
| Octal | 324 | 26 | 123 | 0 | 132 | 75 | 21 | 525 | 121 | 56 |
| Binary | 11010100 | 10110 | 1010011 | 0 | 1011010 | 111101 | 10001 | 101010101 | 1010001 | 101110 |
Color Harmonies of #D41653
Complementary color
Monochromatic Colors of #D41653
Black with #D41653
Text Example
Text Example
White with #D41653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41653; }
p { color: rgb(212,22,83); }
H1.HeaderClassName
{
color: #D41653;
}
.AnyTagClassName
{
color: #D41653;
}
</style>
background-color css
<style>
a { background-color: #D41653; }
a { background-color: rgb(212,22,83); }
div.DivClassName
{
background-color: #D41653;
}
.BgClassName
{
background-color: #D41653;
}
</style>
border-color css
<style>
span { border-color: #D41653; }
span { border-color: rgb(212,22,83); }
td.TdClassName
{
border-color: #D41653;
}
.TagClassName
{
border-color: #D41653;
}
</style>