Shades of Ruby #D91452
Tints of Ruby #D91452
RGB
CMYK
RGB Variations
Color information
#D91452 (or 0xD91452) is known color: Ruby. HEX triplet: D9, 14 and 52. RGB value is (217,20,82). Sum of RGB (Red+Green+Blue) = 217+20+82=319 (42% of max value = 765). Red value is 217 (85.16% from 255 or 68.03% from 319); Green value is 20 (8.20% from 255 or 6.27% from 319); Blue value is 82 (32.42% from 255 or 25.71% from 319); Max value from RGB is 217 - color contains mainly: red. Hex color #D91452 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91452 is #26EBAD. Grayscale: #555555. Windows color (decimal): -2550702 or 5379289. OLE color: 5379289.
HSL color Cylindrical-coordinate representation of color #D91452: hue angle of 341.12º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D91452 is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 20 | 82 | - |
| CMYK | 0 | 0.91 | 0.62 | 0.15 |
| HSL | 341.12º | 0.83% | 0.46% | - |
| HSV(B) | 341.12º | 0.91% | 0.85% | - |
| XYZ | 30.39 | 15.86 | 9.44 | - |
| YUV | 85.97 | 125.77 | 221.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 20 | 82 | 0 | 0.91 | 0.62 | 0.15 | 341.12 | 0.83 | 0.46 |
| Hex | D9 | 14 | 52 | 0 | 5B | 3E | F | 155 | 53 | 2E |
| Octal | 331 | 24 | 122 | 0 | 133 | 76 | 17 | 525 | 123 | 56 |
| Binary | 11011001 | 10100 | 1010010 | 0 | 1011011 | 111110 | 1111 | 101010101 | 1010011 | 101110 |
Color Harmonies of #D91452
Complementary color
Monochromatic Colors of #D91452
Black with #D91452
Text Example
Text Example
White with #D91452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91452; }
p { color: rgb(217,20,82); }
H1.HeaderClassName
{
color: #D91452;
}
.AnyTagClassName
{
color: #D91452;
}
</style>
background-color css
<style>
a { background-color: #D91452; }
a { background-color: rgb(217,20,82); }
div.DivClassName
{
background-color: #D91452;
}
.BgClassName
{
background-color: #D91452;
}
</style>
border-color css
<style>
span { border-color: #D91452; }
span { border-color: rgb(217,20,82); }
td.TdClassName
{
border-color: #D91452;
}
.TagClassName
{
border-color: #D91452;
}
</style>