Shades of Ruby #D01353
Tints of Ruby #D01353
RGB
CMYK
RGB Variations
Color information
#D01353 (or 0xD01353) is known color: Ruby. HEX triplet: D0, 13 and 53. RGB value is (208,19,83). Sum of RGB (Red+Green+Blue) = 208+19+83=310 (41% of max value = 765). Red value is 208 (81.64% from 255 or 67.10% from 310); Green value is 19 (7.81% from 255 or 6.13% from 310); Blue value is 83 (32.81% from 255 or 26.77% from 310); Max value from RGB is 208 - color contains mainly: red. Hex color #D01353 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01353 is #2FECAC. Grayscale: #525252. Windows color (decimal): -3140781 or 5444560. OLE color: 5444560.
HSL color Cylindrical-coordinate representation of color #D01353: hue angle of 339.68º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D01353 is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 19 | 83 | - |
| CMYK | 0 | 0.91 | 0.60 | 0.18 |
| HSL | 339.68º | 0.83% | 0.45% | - |
| HSV(B) | 339.68º | 0.91% | 0.82% | - |
| XYZ | 27.81 | 14.5 | 9.52 | - |
| YUV | 82.81 | 128.12 | 217.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 19 | 83 | 0 | 0.91 | 0.60 | 0.18 | 339.68 | 0.83 | 0.45 |
| Hex | D0 | 13 | 53 | 0 | 5B | 3C | 12 | 154 | 53 | 2D |
| Octal | 320 | 23 | 123 | 0 | 133 | 74 | 22 | 524 | 123 | 55 |
| Binary | 11010000 | 10011 | 1010011 | 0 | 1011011 | 111100 | 10010 | 101010100 | 1010011 | 101101 |
Color Harmonies of #D01353
Complementary color
Monochromatic Colors of #D01353
Black with #D01353
Text Example
Text Example
White with #D01353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01353; }
p { color: rgb(208,19,83); }
H1.HeaderClassName
{
color: #D01353;
}
.AnyTagClassName
{
color: #D01353;
}
</style>
background-color css
<style>
a { background-color: #D01353; }
a { background-color: rgb(208,19,83); }
div.DivClassName
{
background-color: #D01353;
}
.BgClassName
{
background-color: #D01353;
}
</style>
border-color css
<style>
span { border-color: #D01353; }
span { border-color: rgb(208,19,83); }
td.TdClassName
{
border-color: #D01353;
}
.TagClassName
{
border-color: #D01353;
}
</style>