Shades of Ruby #D31267
Tints of Ruby #D31267
RGB
CMYK
RGB Variations
Color information
#D31267 (or 0xD31267) is known color: Ruby. HEX triplet: D3, 12 and 67. RGB value is (211,18,103). Sum of RGB (Red+Green+Blue) = 211+18+103=332 (43% of max value = 765). Red value is 211 (82.81% from 255 or 63.55% from 332); Green value is 18 (7.42% from 255 or 5.42% from 332); Blue value is 103 (40.62% from 255 or 31.02% from 332); Max value from RGB is 211 - color contains mainly: red. Hex color #D31267 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D31267 is #2CED98. Grayscale: #555555. Windows color (decimal): -2944409 or 6755027. OLE color: 6755027.
HSL color Cylindrical-coordinate representation of color #D31267: hue angle of 333.58º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D31267 is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 18 | 103 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.17 |
| HSL | 333.58º | 0.84% | 0.45% | - |
| HSV(B) | 333.58º | 0.91% | 0.83% | - |
| XYZ | 29.53 | 15.26 | 14.22 | - |
| YUV | 85.4 | 137.94 | 217.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 18 | 103 | 0 | 0.91 | 0.51 | 0.17 | 333.58 | 0.84 | 0.45 |
| Hex | D3 | 12 | 67 | 0 | 5B | 33 | 11 | 14E | 54 | 2D |
| Octal | 323 | 22 | 147 | 0 | 133 | 63 | 21 | 516 | 124 | 55 |
| Binary | 11010011 | 10010 | 1100111 | 0 | 1011011 | 110011 | 10001 | 101001110 | 1010100 | 101101 |
Color Harmonies of #D31267
Complementary color
Monochromatic Colors of #D31267
Black with #D31267
Text Example
Text Example
White with #D31267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31267; }
p { color: rgb(211,18,103); }
H1.HeaderClassName
{
color: #D31267;
}
.AnyTagClassName
{
color: #D31267;
}
</style>
background-color css
<style>
a { background-color: #D31267; }
a { background-color: rgb(211,18,103); }
div.DivClassName
{
background-color: #D31267;
}
.BgClassName
{
background-color: #D31267;
}
</style>
border-color css
<style>
span { border-color: #D31267; }
span { border-color: rgb(211,18,103); }
td.TdClassName
{
border-color: #D31267;
}
.TagClassName
{
border-color: #D31267;
}
</style>