Shades of Ruby #D41953
Tints of Ruby #D41953
RGB
CMYK
RGB Variations
Color information
#D41953 (or 0xD41953) is known color: Ruby. HEX triplet: D4, 19 and 53. RGB value is (212,25,83). Sum of RGB (Red+Green+Blue) = 212+25+83=320 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.25% from 320); Green value is 25 (10.16% from 255 or 7.81% from 320); Blue value is 83 (32.81% from 255 or 25.94% from 320); Max value from RGB is 212 - color contains mainly: red. Hex color #D41953 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41953 is #2BE6AC. Grayscale: #575757. Windows color (decimal): -2877101 or 5446100. OLE color: 5446100.
HSL color Cylindrical-coordinate representation of color #D41953: hue angle of 341.39º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D41953 is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 25 | 83 | - |
| CMYK | 0 | 0.88 | 0.61 | 0.17 |
| HSL | 341.39º | 0.79% | 0.46% | - |
| HSV(B) | 341.39º | 0.88% | 0.83% | - |
| XYZ | 29.06 | 15.32 | 9.61 | - |
| YUV | 87.53 | 125.45 | 216.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 25 | 83 | 0 | 0.88 | 0.61 | 0.17 | 341.39 | 0.79 | 0.46 |
| Hex | D4 | 19 | 53 | 0 | 58 | 3D | 11 | 155 | 4F | 2E |
| Octal | 324 | 31 | 123 | 0 | 130 | 75 | 21 | 525 | 117 | 56 |
| Binary | 11010100 | 11001 | 1010011 | 0 | 1011000 | 111101 | 10001 | 101010101 | 1001111 | 101110 |
Color Harmonies of #D41953
Complementary color
Monochromatic Colors of #D41953
Black with #D41953
Text Example
Text Example
White with #D41953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41953; }
p { color: rgb(212,25,83); }
H1.HeaderClassName
{
color: #D41953;
}
.AnyTagClassName
{
color: #D41953;
}
</style>
background-color css
<style>
a { background-color: #D41953; }
a { background-color: rgb(212,25,83); }
div.DivClassName
{
background-color: #D41953;
}
.BgClassName
{
background-color: #D41953;
}
</style>
border-color css
<style>
span { border-color: #D41953; }
span { border-color: rgb(212,25,83); }
td.TdClassName
{
border-color: #D41953;
}
.TagClassName
{
border-color: #D41953;
}
</style>