Shades of Ruby #D41357
Tints of Ruby #D41357
RGB
CMYK
RGB Variations
Color information
#D41357 (or 0xD41357) is known color: Ruby. HEX triplet: D4, 13 and 57. RGB value is (212,19,87). Sum of RGB (Red+Green+Blue) = 212+19+87=318 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.67% from 318); Green value is 19 (7.81% from 255 or 5.97% from 318); Blue value is 87 (34.38% from 255 or 27.36% from 318); Max value from RGB is 212 - color contains mainly: red. Hex color #D41357 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41357 is #2BECA8. Grayscale: #545454. Windows color (decimal): -2878633 or 5706708. OLE color: 5706708.
HSL color Cylindrical-coordinate representation of color #D41357: hue angle of 338.86º 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 #D41357 is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 19 | 87 | - |
| CMYK | 0 | 0.91 | 0.59 | 0.17 |
| HSL | 338.86º | 0.84% | 0.45% | - |
| HSV(B) | 338.86º | 0.91% | 0.83% | - |
| XYZ | 29.1 | 15.15 | 10.41 | - |
| YUV | 84.46 | 129.44 | 218.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 19 | 87 | 0 | 0.91 | 0.59 | 0.17 | 338.86 | 0.84 | 0.45 |
| Hex | D4 | 13 | 57 | 0 | 5B | 3B | 11 | 153 | 54 | 2D |
| Octal | 324 | 23 | 127 | 0 | 133 | 73 | 21 | 523 | 124 | 55 |
| Binary | 11010100 | 10011 | 1010111 | 0 | 1011011 | 111011 | 10001 | 101010011 | 1010100 | 101101 |
Color Harmonies of #D41357
Complementary color
Monochromatic Colors of #D41357
Black with #D41357
Text Example
Text Example
White with #D41357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41357; }
p { color: rgb(212,19,87); }
H1.HeaderClassName
{
color: #D41357;
}
.AnyTagClassName
{
color: #D41357;
}
</style>
background-color css
<style>
a { background-color: #D41357; }
a { background-color: rgb(212,19,87); }
div.DivClassName
{
background-color: #D41357;
}
.BgClassName
{
background-color: #D41357;
}
</style>
border-color css
<style>
span { border-color: #D41357; }
span { border-color: rgb(212,19,87); }
td.TdClassName
{
border-color: #D41357;
}
.TagClassName
{
border-color: #D41357;
}
</style>