Shades of Ruby #D01450
Tints of Ruby #D01450
RGB
CMYK
RGB Variations
Color information
#D01450 (or 0xD01450) is known color: Ruby. HEX triplet: D0, 14 and 50. RGB value is (208,20,80). Sum of RGB (Red+Green+Blue) = 208+20+80=308 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.53% from 308); Green value is 20 (8.20% from 255 or 6.49% from 308); Blue value is 80 (31.64% from 255 or 25.97% from 308); Max value from RGB is 208 - color contains mainly: red. Hex color #D01450 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01450 is #2FEBAF. Grayscale: #535353. Windows color (decimal): -3140528 or 5248208. OLE color: 5248208.
HSL color Cylindrical-coordinate representation of color #D01450: hue angle of 340.85º degrees, saturation: 0.82, 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 #D01450 is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 20 | 80 | - |
| CMYK | 0 | 0.90 | 0.62 | 0.18 |
| HSL | 340.85º | 0.82% | 0.45% | - |
| HSV(B) | 340.85º | 0.9% | 0.82% | - |
| XYZ | 27.71 | 14.49 | 8.93 | - |
| YUV | 83.05 | 126.28 | 217.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 20 | 80 | 0 | 0.90 | 0.62 | 0.18 | 340.85 | 0.82 | 0.45 |
| Hex | D0 | 14 | 50 | 0 | 5A | 3E | 12 | 155 | 52 | 2D |
| Octal | 320 | 24 | 120 | 0 | 132 | 76 | 22 | 525 | 122 | 55 |
| Binary | 11010000 | 10100 | 1010000 | 0 | 1011010 | 111110 | 10010 | 101010101 | 1010010 | 101101 |
Color Harmonies of #D01450
Complementary color
Monochromatic Colors of #D01450
Black with #D01450
Text Example
Text Example
White with #D01450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01450; }
p { color: rgb(208,20,80); }
H1.HeaderClassName
{
color: #D01450;
}
.AnyTagClassName
{
color: #D01450;
}
</style>
background-color css
<style>
a { background-color: #D01450; }
a { background-color: rgb(208,20,80); }
div.DivClassName
{
background-color: #D01450;
}
.BgClassName
{
background-color: #D01450;
}
</style>
border-color css
<style>
span { border-color: #D01450; }
span { border-color: rgb(208,20,80); }
td.TdClassName
{
border-color: #D01450;
}
.TagClassName
{
border-color: #D01450;
}
</style>