Shades of Ruby #D41553
Tints of Ruby #D41553
RGB
CMYK
RGB Variations
Color information
#D41553 (or 0xD41553) is known color: Ruby. HEX triplet: D4, 15 and 53. RGB value is (212,21,83). Sum of RGB (Red+Green+Blue) = 212+21+83=316 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.09% from 316); Green value is 21 (8.59% from 255 or 6.65% from 316); Blue value is 83 (32.81% from 255 or 26.27% from 316); Max value from RGB is 212 - color contains mainly: red. Hex color #D41553 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41553 is #2BEAAC. Grayscale: #555555. Windows color (decimal): -2878125 or 5445076. OLE color: 5445076.
HSL color Cylindrical-coordinate representation of color #D41553: hue angle of 340.52º degrees, saturation: 0.82, 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 #D41553 is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 21 | 83 | - |
| CMYK | 0 | 0.90 | 0.61 | 0.17 |
| HSL | 340.52º | 0.82% | 0.46% | - |
| HSV(B) | 340.52º | 0.9% | 0.83% | - |
| XYZ | 28.98 | 15.16 | 9.58 | - |
| YUV | 85.18 | 126.78 | 218.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 21 | 83 | 0 | 0.90 | 0.61 | 0.17 | 340.52 | 0.82 | 0.46 |
| Hex | D4 | 15 | 53 | 0 | 5A | 3D | 11 | 155 | 52 | 2E |
| Octal | 324 | 25 | 123 | 0 | 132 | 75 | 21 | 525 | 122 | 56 |
| Binary | 11010100 | 10101 | 1010011 | 0 | 1011010 | 111101 | 10001 | 101010101 | 1010010 | 101110 |
Color Harmonies of #D41553
Complementary color
Monochromatic Colors of #D41553
Black with #D41553
Text Example
Text Example
White with #D41553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41553; }
p { color: rgb(212,21,83); }
H1.HeaderClassName
{
color: #D41553;
}
.AnyTagClassName
{
color: #D41553;
}
</style>
background-color css
<style>
a { background-color: #D41553; }
a { background-color: rgb(212,21,83); }
div.DivClassName
{
background-color: #D41553;
}
.BgClassName
{
background-color: #D41553;
}
</style>
border-color css
<style>
span { border-color: #D41553; }
span { border-color: rgb(212,21,83); }
td.TdClassName
{
border-color: #D41553;
}
.TagClassName
{
border-color: #D41553;
}
</style>