Shades of Ruby #D41C5C
Tints of Ruby #D41C5C
RGB
CMYK
RGB Variations
Color information
#D41C5C (or 0xD41C5C) is known color: Ruby. HEX triplet: D4, 1C and 5C. RGB value is (212,28,92). Sum of RGB (Red+Green+Blue) = 212+28+92=332 (43% of max value = 765). Red value is 212 (83.20% from 255 or 63.86% from 332); Green value is 28 (11.33% from 255 or 8.43% from 332); Blue value is 92 (36.33% from 255 or 27.71% from 332); Max value from RGB is 212 - color contains mainly: red. Hex color #D41C5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D41C5C is #2BE3A3. Grayscale: #5A5A5A. Windows color (decimal): -2876324 or 6036692. OLE color: 6036692.
HSL color Cylindrical-coordinate representation of color #D41C5C: hue angle of 339.13º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D41C5C is Cyan = 0, Magento = 0.87, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 28 | 92 | - |
| CMYK | 0 | 0.87 | 0.57 | 0.17 |
| HSL | 339.13º | 0.77% | 0.47% | - |
| HSV(B) | 339.13º | 0.87% | 0.83% | - |
| XYZ | 29.5 | 15.6 | 11.58 | - |
| YUV | 90.31 | 128.96 | 214.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 28 | 92 | 0 | 0.87 | 0.57 | 0.17 | 339.13 | 0.77 | 0.47 |
| Hex | D4 | 1C | 5C | 0 | 57 | 39 | 11 | 153 | 4D | 2F |
| Octal | 324 | 34 | 134 | 0 | 127 | 71 | 21 | 523 | 115 | 57 |
| Binary | 11010100 | 11100 | 1011100 | 0 | 1010111 | 111001 | 10001 | 101010011 | 1001101 | 101111 |
Color Harmonies of #D41C5C
Complementary color
Monochromatic Colors of #D41C5C
Black with #D41C5C
Text Example
Text Example
White with #D41C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41C5C; }
p { color: rgb(212,28,92); }
H1.HeaderClassName
{
color: #D41C5C;
}
.AnyTagClassName
{
color: #D41C5C;
}
</style>
background-color css
<style>
a { background-color: #D41C5C; }
a { background-color: rgb(212,28,92); }
div.DivClassName
{
background-color: #D41C5C;
}
.BgClassName
{
background-color: #D41C5C;
}
</style>
border-color css
<style>
span { border-color: #D41C5C; }
span { border-color: rgb(212,28,92); }
td.TdClassName
{
border-color: #D41C5C;
}
.TagClassName
{
border-color: #D41C5C;
}
</style>