Shades of Ruby #D3095F
Tints of Ruby #D3095F
RGB
CMYK
RGB Variations
Color information
#D3095F (or 0xD3095F) is known color: Ruby. HEX triplet: D3, 09 and 5F. RGB value is (211,9,95). Sum of RGB (Red+Green+Blue) = 211+9+95=315 (41% of max value = 765). Red value is 211 (82.81% from 255 or 66.98% from 315); Green value is 9 (3.91% from 255 or 2.86% from 315); Blue value is 95 (37.5% from 255 or 30.16% from 315); Max value from RGB is 211 - color contains mainly: red. Hex color #D3095F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3095F is #2CF6A0. Grayscale: #4F4F4F. Windows color (decimal): -2946721 or 6228435. OLE color: 6228435.
HSL color Cylindrical-coordinate representation of color #D3095F: hue angle of 334.46º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D3095F is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 9 | 95 | - |
| CMYK | 0 | 0.96 | 0.55 | 0.17 |
| HSL | 334.46º | 0.92% | 0.43% | - |
| HSV(B) | 334.46º | 0.96% | 0.83% | - |
| XYZ | 29.03 | 14.87 | 12.17 | - |
| YUV | 79.2 | 136.92 | 222.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 9 | 95 | 0 | 0.96 | 0.55 | 0.17 | 334.46 | 0.92 | 0.43 |
| Hex | D3 | 9 | 5F | 0 | 60 | 37 | 11 | 14E | 5C | 2B |
| Octal | 323 | 11 | 137 | 0 | 140 | 67 | 21 | 516 | 134 | 53 |
| Binary | 11010011 | 1001 | 1011111 | 0 | 1100000 | 110111 | 10001 | 101001110 | 1011100 | 101011 |
Color Harmonies of #D3095F
Complementary color
Monochromatic Colors of #D3095F
Black with #D3095F
Text Example
Text Example
White with #D3095F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3095F; }
p { color: rgb(211,9,95); }
H1.HeaderClassName
{
color: #D3095F;
}
.AnyTagClassName
{
color: #D3095F;
}
</style>
background-color css
<style>
a { background-color: #D3095F; }
a { background-color: rgb(211,9,95); }
div.DivClassName
{
background-color: #D3095F;
}
.BgClassName
{
background-color: #D3095F;
}
</style>
border-color css
<style>
span { border-color: #D3095F; }
span { border-color: rgb(211,9,95); }
td.TdClassName
{
border-color: #D3095F;
}
.TagClassName
{
border-color: #D3095F;
}
</style>