Shades of Ruby #D81A54
Tints of Ruby #D81A54
RGB
CMYK
RGB Variations
Color information
#D81A54 (or 0xD81A54) is known color: Ruby. HEX triplet: D8, 1A and 54. RGB value is (216,26,84). Sum of RGB (Red+Green+Blue) = 216+26+84=326 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.26% from 326); Green value is 26 (10.55% from 255 or 7.98% from 326); Blue value is 84 (33.20% from 255 or 25.77% from 326); Max value from RGB is 216 - color contains mainly: red. Hex color #D81A54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D81A54 is #27E5AB. Grayscale: #595959. Windows color (decimal): -2614700 or 5511896. OLE color: 5511896.
HSL color Cylindrical-coordinate representation of color #D81A54: hue angle of 341.68º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D81A54 is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 26 | 84 | - |
| CMYK | 0 | 0.88 | 0.61 | 0.15 |
| HSL | 341.68º | 0.79% | 0.47% | - |
| HSV(B) | 341.68º | 0.88% | 0.85% | - |
| XYZ | 30.29 | 15.98 | 9.88 | - |
| YUV | 89.42 | 124.95 | 218.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 26 | 84 | 0 | 0.88 | 0.61 | 0.15 | 341.68 | 0.79 | 0.47 |
| Hex | D8 | 1A | 54 | 0 | 58 | 3D | F | 156 | 4F | 2F |
| Octal | 330 | 32 | 124 | 0 | 130 | 75 | 17 | 526 | 117 | 57 |
| Binary | 11011000 | 11010 | 1010100 | 0 | 1011000 | 111101 | 1111 | 101010110 | 1001111 | 101111 |
Color Harmonies of #D81A54
Complementary color
Monochromatic Colors of #D81A54
Black with #D81A54
Text Example
Text Example
White with #D81A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81A54; }
p { color: rgb(216,26,84); }
H1.HeaderClassName
{
color: #D81A54;
}
.AnyTagClassName
{
color: #D81A54;
}
</style>
background-color css
<style>
a { background-color: #D81A54; }
a { background-color: rgb(216,26,84); }
div.DivClassName
{
background-color: #D81A54;
}
.BgClassName
{
background-color: #D81A54;
}
</style>
border-color css
<style>
span { border-color: #D81A54; }
span { border-color: rgb(216,26,84); }
td.TdClassName
{
border-color: #D81A54;
}
.TagClassName
{
border-color: #D81A54;
}
</style>