Shades of Ruby #D41353
Tints of Ruby #D41353
RGB
CMYK
RGB Variations
Color information
#D41353 (or 0xD41353) is known color: Ruby. HEX triplet: D4, 13 and 53. RGB value is (212,19,83). Sum of RGB (Red+Green+Blue) = 212+19+83=314 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.52% from 314); Green value is 19 (7.81% from 255 or 6.05% from 314); Blue value is 83 (32.81% from 255 or 26.43% from 314); Max value from RGB is 212 - color contains mainly: red. Hex color #D41353 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41353 is #2BECAC. Grayscale: #535353. Windows color (decimal): -2878637 or 5444564. OLE color: 5444564.
HSL color Cylindrical-coordinate representation of color #D41353: hue angle of 340.1º 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 #D41353 is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 19 | 83 | - |
| CMYK | 0 | 0.91 | 0.61 | 0.17 |
| HSL | 340.1º | 0.84% | 0.45% | - |
| HSV(B) | 340.1º | 0.91% | 0.83% | - |
| XYZ | 28.95 | 15.09 | 9.57 | - |
| YUV | 84 | 127.44 | 219.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 19 | 83 | 0 | 0.91 | 0.61 | 0.17 | 340.1 | 0.84 | 0.45 |
| Hex | D4 | 13 | 53 | 0 | 5B | 3D | 11 | 154 | 54 | 2D |
| Octal | 324 | 23 | 123 | 0 | 133 | 75 | 21 | 524 | 124 | 55 |
| Binary | 11010100 | 10011 | 1010011 | 0 | 1011011 | 111101 | 10001 | 101010100 | 1010100 | 101101 |
Color Harmonies of #D41353
Complementary color
Monochromatic Colors of #D41353
Black with #D41353
Text Example
Text Example
White with #D41353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41353; }
p { color: rgb(212,19,83); }
H1.HeaderClassName
{
color: #D41353;
}
.AnyTagClassName
{
color: #D41353;
}
</style>
background-color css
<style>
a { background-color: #D41353; }
a { background-color: rgb(212,19,83); }
div.DivClassName
{
background-color: #D41353;
}
.BgClassName
{
background-color: #D41353;
}
</style>
border-color css
<style>
span { border-color: #D41353; }
span { border-color: rgb(212,19,83); }
td.TdClassName
{
border-color: #D41353;
}
.TagClassName
{
border-color: #D41353;
}
</style>