Shades of Ruby #D11450
Tints of Ruby #D11450
RGB
CMYK
RGB Variations
Color information
#D11450 (or 0xD11450) is known color: Ruby. HEX triplet: D1, 14 and 50. RGB value is (209,20,80). Sum of RGB (Red+Green+Blue) = 209+20+80=309 (40% of max value = 765). Red value is 209 (82.03% from 255 or 67.64% from 309); Green value is 20 (8.20% from 255 or 6.47% from 309); Blue value is 80 (31.64% from 255 or 25.89% from 309); Max value from RGB is 209 - color contains mainly: red. Hex color #D11450 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D11450 is #2EEBAF. Grayscale: #535353. Windows color (decimal): -3074992 or 5248209. OLE color: 5248209.
HSL color Cylindrical-coordinate representation of color #D11450: hue angle of 340.95º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D11450 is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 20 | 80 | - |
| CMYK | 0 | 0.90 | 0.62 | 0.18 |
| HSL | 340.95º | 0.83% | 0.45% | - |
| HSV(B) | 340.95º | 0.9% | 0.82% | - |
| XYZ | 27.99 | 14.63 | 8.94 | - |
| YUV | 83.35 | 126.12 | 217.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 20 | 80 | 0 | 0.90 | 0.62 | 0.18 | 340.95 | 0.83 | 0.45 |
| Hex | D1 | 14 | 50 | 0 | 5A | 3E | 12 | 155 | 53 | 2D |
| Octal | 321 | 24 | 120 | 0 | 132 | 76 | 22 | 525 | 123 | 55 |
| Binary | 11010001 | 10100 | 1010000 | 0 | 1011010 | 111110 | 10010 | 101010101 | 1010011 | 101101 |
Color Harmonies of #D11450
Complementary color
Monochromatic Colors of #D11450
Black with #D11450
Text Example
Text Example
White with #D11450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11450; }
p { color: rgb(209,20,80); }
H1.HeaderClassName
{
color: #D11450;
}
.AnyTagClassName
{
color: #D11450;
}
</style>
background-color css
<style>
a { background-color: #D11450; }
a { background-color: rgb(209,20,80); }
div.DivClassName
{
background-color: #D11450;
}
.BgClassName
{
background-color: #D11450;
}
</style>
border-color css
<style>
span { border-color: #D11450; }
span { border-color: rgb(209,20,80); }
td.TdClassName
{
border-color: #D11450;
}
.TagClassName
{
border-color: #D11450;
}
</style>