Shades of Ruby #D91453
Tints of Ruby #D91453
RGB
CMYK
RGB Variations
Color information
#D91453 (or 0xD91453) is known color: Ruby. HEX triplet: D9, 14 and 53. RGB value is (217,20,83). Sum of RGB (Red+Green+Blue) = 217+20+83=320 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.81% from 320); Green value is 20 (8.20% from 255 or 6.25% from 320); Blue value is 83 (32.81% from 255 or 25.94% from 320); Max value from RGB is 217 - color contains mainly: red. Hex color #D91453 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91453 is #26EBAC. Grayscale: #565656. Windows color (decimal): -2550701 or 5444825. OLE color: 5444825.
HSL color Cylindrical-coordinate representation of color #D91453: hue angle of 340.81º 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 #D91453 is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 20 | 83 | - |
| CMYK | 0 | 0.91 | 0.62 | 0.15 |
| HSL | 340.81º | 0.83% | 0.46% | - |
| HSV(B) | 340.81º | 0.91% | 0.85% | - |
| XYZ | 30.43 | 15.88 | 9.64 | - |
| YUV | 86.09 | 126.27 | 221.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 20 | 83 | 0 | 0.91 | 0.62 | 0.15 | 340.81 | 0.83 | 0.46 |
| Hex | D9 | 14 | 53 | 0 | 5B | 3E | F | 155 | 53 | 2E |
| Octal | 331 | 24 | 123 | 0 | 133 | 76 | 17 | 525 | 123 | 56 |
| Binary | 11011001 | 10100 | 1010011 | 0 | 1011011 | 111110 | 1111 | 101010101 | 1010011 | 101110 |
Color Harmonies of #D91453
Complementary color
Monochromatic Colors of #D91453
Black with #D91453
Text Example
Text Example
White with #D91453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91453; }
p { color: rgb(217,20,83); }
H1.HeaderClassName
{
color: #D91453;
}
.AnyTagClassName
{
color: #D91453;
}
</style>
background-color css
<style>
a { background-color: #D91453; }
a { background-color: rgb(217,20,83); }
div.DivClassName
{
background-color: #D91453;
}
.BgClassName
{
background-color: #D91453;
}
</style>
border-color css
<style>
span { border-color: #D91453; }
span { border-color: rgb(217,20,83); }
td.TdClassName
{
border-color: #D91453;
}
.TagClassName
{
border-color: #D91453;
}
</style>