Shades of Ruby #D01453
Tints of Ruby #D01453
RGB
CMYK
RGB Variations
Color information
#D01453 (or 0xD01453) is known color: Ruby. HEX triplet: D0, 14 and 53. RGB value is (208,20,83). Sum of RGB (Red+Green+Blue) = 208+20+83=311 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.88% from 311); Green value is 20 (8.20% from 255 or 6.43% from 311); Blue value is 83 (32.81% from 255 or 26.69% from 311); Max value from RGB is 208 - color contains mainly: red. Hex color #D01453 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01453 is #2FEBAC. Grayscale: #535353. Windows color (decimal): -3140525 or 5444816. OLE color: 5444816.
HSL color Cylindrical-coordinate representation of color #D01453: hue angle of 339.89º 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 #D01453 is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 20 | 83 | - |
| CMYK | 0 | 0.90 | 0.60 | 0.18 |
| HSL | 339.89º | 0.82% | 0.45% | - |
| HSV(B) | 339.89º | 0.9% | 0.82% | - |
| XYZ | 27.82 | 14.53 | 9.52 | - |
| YUV | 83.39 | 127.78 | 216.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 20 | 83 | 0 | 0.90 | 0.60 | 0.18 | 339.89 | 0.82 | 0.45 |
| Hex | D0 | 14 | 53 | 0 | 5A | 3C | 12 | 154 | 52 | 2D |
| Octal | 320 | 24 | 123 | 0 | 132 | 74 | 22 | 524 | 122 | 55 |
| Binary | 11010000 | 10100 | 1010011 | 0 | 1011010 | 111100 | 10010 | 101010100 | 1010010 | 101101 |
Color Harmonies of #D01453
Complementary color
Monochromatic Colors of #D01453
Black with #D01453
Text Example
Text Example
White with #D01453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01453; }
p { color: rgb(208,20,83); }
H1.HeaderClassName
{
color: #D01453;
}
.AnyTagClassName
{
color: #D01453;
}
</style>
background-color css
<style>
a { background-color: #D01453; }
a { background-color: rgb(208,20,83); }
div.DivClassName
{
background-color: #D01453;
}
.BgClassName
{
background-color: #D01453;
}
</style>
border-color css
<style>
span { border-color: #D01453; }
span { border-color: rgb(208,20,83); }
td.TdClassName
{
border-color: #D01453;
}
.TagClassName
{
border-color: #D01453;
}
</style>