Shades of Ruby #D01253
Tints of Ruby #D01253
RGB
CMYK
RGB Variations
Color information
#D01253 (or 0xD01253) is known color: Ruby. HEX triplet: D0, 12 and 53. RGB value is (208,18,83). Sum of RGB (Red+Green+Blue) = 208+18+83=309 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.31% from 309); Green value is 18 (7.42% from 255 or 5.83% from 309); Blue value is 83 (32.81% from 255 or 26.86% from 309); Max value from RGB is 208 - color contains mainly: red. Hex color #D01253 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01253 is #2FEDAC. Grayscale: #525252. Windows color (decimal): -3141037 or 5444304. OLE color: 5444304.
HSL color Cylindrical-coordinate representation of color #D01253: hue angle of 339.47º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D01253 is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 18 | 83 | - |
| CMYK | 0 | 0.91 | 0.60 | 0.18 |
| HSL | 339.47º | 0.84% | 0.44% | - |
| HSV(B) | 339.47º | 0.91% | 0.82% | - |
| XYZ | 27.79 | 14.47 | 9.51 | - |
| YUV | 82.22 | 128.45 | 217.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 18 | 83 | 0 | 0.91 | 0.60 | 0.18 | 339.47 | 0.84 | 0.44 |
| Hex | D0 | 12 | 53 | 0 | 5B | 3C | 12 | 153 | 54 | 2C |
| Octal | 320 | 22 | 123 | 0 | 133 | 74 | 22 | 523 | 124 | 54 |
| Binary | 11010000 | 10010 | 1010011 | 0 | 1011011 | 111100 | 10010 | 101010011 | 1010100 | 101100 |
Color Harmonies of #D01253
Complementary color
Monochromatic Colors of #D01253
Black with #D01253
Text Example
Text Example
White with #D01253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01253; }
p { color: rgb(208,18,83); }
H1.HeaderClassName
{
color: #D01253;
}
.AnyTagClassName
{
color: #D01253;
}
</style>
background-color css
<style>
a { background-color: #D01253; }
a { background-color: rgb(208,18,83); }
div.DivClassName
{
background-color: #D01253;
}
.BgClassName
{
background-color: #D01253;
}
</style>
border-color css
<style>
span { border-color: #D01253; }
span { border-color: rgb(208,18,83); }
td.TdClassName
{
border-color: #D01253;
}
.TagClassName
{
border-color: #D01253;
}
</style>