Shades of Ruby #D10367
Tints of Ruby #D10367
RGB
CMYK
RGB Variations
Color information
#D10367 (or 0xD10367) is known color: Ruby. HEX triplet: D1, 03 and 67. RGB value is (209,3,103). Sum of RGB (Red+Green+Blue) = 209+3+103=315 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.35% from 315); Green value is 3 (1.56% from 255 or 0.95% from 315); Blue value is 103 (40.62% from 255 or 32.70% from 315); Max value from RGB is 209 - color contains mainly: red. Hex color #D10367 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10367 is #2EFC98. Grayscale: #4B4B4B. Windows color (decimal): -3079321 or 6751185. OLE color: 6751185.
HSL color Cylindrical-coordinate representation of color #D10367: hue angle of 330.87º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D10367 is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 3 | 103 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.18 |
| HSL | 330.87º | 0.97% | 0.42% | - |
| HSV(B) | 330.87º | 0.99% | 0.82% | - |
| XYZ | 28.78 | 14.6 | 14.13 | - |
| YUV | 75.99 | 143.25 | 222.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 3 | 103 | 0 | 0.99 | 0.51 | 0.18 | 330.87 | 0.97 | 0.42 |
| Hex | D1 | 3 | 67 | 0 | 63 | 33 | 12 | 14B | 61 | 2A |
| Octal | 321 | 3 | 147 | 0 | 143 | 63 | 22 | 513 | 141 | 52 |
| Binary | 11010001 | 11 | 1100111 | 0 | 1100011 | 110011 | 10010 | 101001011 | 1100001 | 101010 |
Color Harmonies of #D10367
Complementary color
Monochromatic Colors of #D10367
Black with #D10367
Text Example
Text Example
White with #D10367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10367; }
p { color: rgb(209,3,103); }
H1.HeaderClassName
{
color: #D10367;
}
.AnyTagClassName
{
color: #D10367;
}
</style>
background-color css
<style>
a { background-color: #D10367; }
a { background-color: rgb(209,3,103); }
div.DivClassName
{
background-color: #D10367;
}
.BgClassName
{
background-color: #D10367;
}
</style>
border-color css
<style>
span { border-color: #D10367; }
span { border-color: rgb(209,3,103); }
td.TdClassName
{
border-color: #D10367;
}
.TagClassName
{
border-color: #D10367;
}
</style>