Shades of Ruby #D00364
Tints of Ruby #D00364
RGB
CMYK
RGB Variations
Color information
#D00364 (or 0xD00364) is known color: Ruby. HEX triplet: D0, 03 and 64. RGB value is (208,3,100). Sum of RGB (Red+Green+Blue) = 208+3+100=311 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.88% from 311); Green value is 3 (1.56% from 255 or 0.96% from 311); Blue value is 100 (39.45% from 255 or 32.15% from 311); Max value from RGB is 208 - color contains mainly: red. Hex color #D00364 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00364 is #2FFC9B. Grayscale: #4B4B4B. Windows color (decimal): -3144860 or 6554576. OLE color: 6554576.
HSL color Cylindrical-coordinate representation of color #D00364: hue angle of 331.61º 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 #D00364 is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 3 | 100 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.18 |
| HSL | 331.61º | 0.97% | 0.41% | - |
| HSV(B) | 331.61º | 0.99% | 0.82% | - |
| XYZ | 28.35 | 14.4 | 13.34 | - |
| YUV | 75.35 | 141.92 | 222.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 3 | 100 | 0 | 0.99 | 0.52 | 0.18 | 331.61 | 0.97 | 0.41 |
| Hex | D0 | 3 | 64 | 0 | 63 | 34 | 12 | 14C | 61 | 29 |
| Octal | 320 | 3 | 144 | 0 | 143 | 64 | 22 | 514 | 141 | 51 |
| Binary | 11010000 | 11 | 1100100 | 0 | 1100011 | 110100 | 10010 | 101001100 | 1100001 | 101001 |
Color Harmonies of #D00364
Complementary color
Monochromatic Colors of #D00364
Black with #D00364
Text Example
Text Example
White with #D00364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00364; }
p { color: rgb(208,3,100); }
H1.HeaderClassName
{
color: #D00364;
}
.AnyTagClassName
{
color: #D00364;
}
</style>
background-color css
<style>
a { background-color: #D00364; }
a { background-color: rgb(208,3,100); }
div.DivClassName
{
background-color: #D00364;
}
.BgClassName
{
background-color: #D00364;
}
</style>
border-color css
<style>
span { border-color: #D00364; }
span { border-color: rgb(208,3,100); }
td.TdClassName
{
border-color: #D00364;
}
.TagClassName
{
border-color: #D00364;
}
</style>