Shades of Ruby #D00363
Tints of Ruby #D00363
RGB
CMYK
RGB Variations
Color information
#D00363 (or 0xD00363) is known color: Ruby. HEX triplet: D0, 03 and 63. RGB value is (208,3,99). Sum of RGB (Red+Green+Blue) = 208+3+99=310 (41% of max value = 765). Red value is 208 (81.64% from 255 or 67.10% from 310); Green value is 3 (1.56% from 255 or 0.97% from 310); Blue value is 99 (39.06% from 255 or 31.94% from 310); Max value from RGB is 208 - color contains mainly: red. Hex color #D00363 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00363 is #2FFC9C. Grayscale: #4B4B4B. Windows color (decimal): -3144861 or 6489040. OLE color: 6489040.
HSL color Cylindrical-coordinate representation of color #D00363: hue angle of 331.9º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D00363 is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 3 | 99 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.18 |
| HSL | 331.9º | 0.97% | 0.41% | - |
| HSV(B) | 331.9º | 0.99% | 0.82% | - |
| XYZ | 28.3 | 14.38 | 13.09 | - |
| YUV | 75.24 | 141.42 | 222.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 3 | 99 | 0 | 0.99 | 0.52 | 0.18 | 331.9 | 0.97 | 0.41 |
| Hex | D0 | 3 | 63 | 0 | 63 | 34 | 12 | 14C | 61 | 29 |
| Octal | 320 | 3 | 143 | 0 | 143 | 64 | 22 | 514 | 141 | 51 |
| Binary | 11010000 | 11 | 1100011 | 0 | 1100011 | 110100 | 10010 | 101001100 | 1100001 | 101001 |
Color Harmonies of #D00363
Complementary color
Monochromatic Colors of #D00363
Black with #D00363
Text Example
Text Example
White with #D00363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00363; }
p { color: rgb(208,3,99); }
H1.HeaderClassName
{
color: #D00363;
}
.AnyTagClassName
{
color: #D00363;
}
</style>
background-color css
<style>
a { background-color: #D00363; }
a { background-color: rgb(208,3,99); }
div.DivClassName
{
background-color: #D00363;
}
.BgClassName
{
background-color: #D00363;
}
</style>
border-color css
<style>
span { border-color: #D00363; }
span { border-color: rgb(208,3,99); }
td.TdClassName
{
border-color: #D00363;
}
.TagClassName
{
border-color: #D00363;
}
</style>