Shades of Ruby #D41667
Tints of Ruby #D41667
RGB
CMYK
RGB Variations
Color information
#D41667 (or 0xD41667) is known color: Ruby. HEX triplet: D4, 16 and 67. RGB value is (212,22,103). Sum of RGB (Red+Green+Blue) = 212+22+103=337 (44% of max value = 765). Red value is 212 (83.20% from 255 or 62.91% from 337); Green value is 22 (8.98% from 255 or 6.53% from 337); Blue value is 103 (40.62% from 255 or 30.56% from 337); Max value from RGB is 212 - color contains mainly: red. Hex color #D41667 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41667 is #2BE998. Grayscale: #575757. Windows color (decimal): -2877849 or 6756052. OLE color: 6756052.
HSL color Cylindrical-coordinate representation of color #D41667: hue angle of 334.42º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D41667 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 22 | 103 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.17 |
| HSL | 334.42º | 0.81% | 0.46% | - |
| HSV(B) | 334.42º | 0.9% | 0.83% | - |
| XYZ | 29.89 | 15.55 | 14.26 | - |
| YUV | 88.04 | 136.45 | 216.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 22 | 103 | 0 | 0.90 | 0.51 | 0.17 | 334.42 | 0.81 | 0.46 |
| Hex | D4 | 16 | 67 | 0 | 5A | 33 | 11 | 14E | 51 | 2E |
| Octal | 324 | 26 | 147 | 0 | 132 | 63 | 21 | 516 | 121 | 56 |
| Binary | 11010100 | 10110 | 1100111 | 0 | 1011010 | 110011 | 10001 | 101001110 | 1010001 | 101110 |
Color Harmonies of #D41667
Complementary color
Monochromatic Colors of #D41667
Black with #D41667
Text Example
Text Example
White with #D41667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41667; }
p { color: rgb(212,22,103); }
H1.HeaderClassName
{
color: #D41667;
}
.AnyTagClassName
{
color: #D41667;
}
</style>
background-color css
<style>
a { background-color: #D41667; }
a { background-color: rgb(212,22,103); }
div.DivClassName
{
background-color: #D41667;
}
.BgClassName
{
background-color: #D41667;
}
</style>
border-color css
<style>
span { border-color: #D41667; }
span { border-color: rgb(212,22,103); }
td.TdClassName
{
border-color: #D41667;
}
.TagClassName
{
border-color: #D41667;
}
</style>