Shades of Ruby #D3075F
Tints of Ruby #D3075F
RGB
CMYK
RGB Variations
Color information
#D3075F (or 0xD3075F) is known color: Ruby. HEX triplet: D3, 07 and 5F. RGB value is (211,7,95). Sum of RGB (Red+Green+Blue) = 211+7+95=313 (41% of max value = 765). Red value is 211 (82.81% from 255 or 67.41% from 313); Green value is 7 (3.12% from 255 or 2.24% from 313); Blue value is 95 (37.5% from 255 or 30.35% from 313); Max value from RGB is 211 - color contains mainly: red. Hex color #D3075F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3075F is #2CF8A0. Grayscale: #4D4D4D. Windows color (decimal): -2947233 or 6227923. OLE color: 6227923.
HSL color Cylindrical-coordinate representation of color #D3075F: hue angle of 334.12º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D3075F is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 7 | 95 | - |
| CMYK | 0 | 0.97 | 0.55 | 0.17 |
| HSL | 334.12º | 0.94% | 0.43% | - |
| HSV(B) | 334.12º | 0.97% | 0.83% | - |
| XYZ | 29.01 | 14.83 | 12.16 | - |
| YUV | 78.03 | 137.59 | 222.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 7 | 95 | 0 | 0.97 | 0.55 | 0.17 | 334.12 | 0.94 | 0.43 |
| Hex | D3 | 7 | 5F | 0 | 61 | 37 | 11 | 14E | 5E | 2B |
| Octal | 323 | 7 | 137 | 0 | 141 | 67 | 21 | 516 | 136 | 53 |
| Binary | 11010011 | 111 | 1011111 | 0 | 1100001 | 110111 | 10001 | 101001110 | 1011110 | 101011 |
Color Harmonies of #D3075F
Complementary color
Monochromatic Colors of #D3075F
Black with #D3075F
Text Example
Text Example
White with #D3075F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3075F; }
p { color: rgb(211,7,95); }
H1.HeaderClassName
{
color: #D3075F;
}
.AnyTagClassName
{
color: #D3075F;
}
</style>
background-color css
<style>
a { background-color: #D3075F; }
a { background-color: rgb(211,7,95); }
div.DivClassName
{
background-color: #D3075F;
}
.BgClassName
{
background-color: #D3075F;
}
</style>
border-color css
<style>
span { border-color: #D3075F; }
span { border-color: rgb(211,7,95); }
td.TdClassName
{
border-color: #D3075F;
}
.TagClassName
{
border-color: #D3075F;
}
</style>