Shades of Ruby #D3075E
Tints of Ruby #D3075E
RGB
CMYK
RGB Variations
Color information
#D3075E (or 0xD3075E) is known color: Ruby. HEX triplet: D3, 07 and 5E. RGB value is (211,7,94). Sum of RGB (Red+Green+Blue) = 211+7+94=312 (41% of max value = 765). Red value is 211 (82.81% from 255 or 67.63% from 312); Green value is 7 (3.12% from 255 or 2.24% from 312); Blue value is 94 (37.11% from 255 or 30.13% from 312); Max value from RGB is 211 - color contains mainly: red. Hex color #D3075E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3075E is #2CF8A1. Grayscale: #4D4D4D. Windows color (decimal): -2947234 or 6162387. OLE color: 6162387.
HSL color Cylindrical-coordinate representation of color #D3075E: hue angle of 334.41º 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 #D3075E is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 7 | 94 | - |
| CMYK | 0 | 0.97 | 0.55 | 0.17 |
| HSL | 334.41º | 0.94% | 0.43% | - |
| HSV(B) | 334.41º | 0.97% | 0.83% | - |
| XYZ | 28.96 | 14.81 | 11.92 | - |
| YUV | 77.91 | 137.09 | 222.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 7 | 94 | 0 | 0.97 | 0.55 | 0.17 | 334.41 | 0.94 | 0.43 |
| Hex | D3 | 7 | 5E | 0 | 61 | 37 | 11 | 14E | 5E | 2B |
| Octal | 323 | 7 | 136 | 0 | 141 | 67 | 21 | 516 | 136 | 53 |
| Binary | 11010011 | 111 | 1011110 | 0 | 1100001 | 110111 | 10001 | 101001110 | 1011110 | 101011 |
Color Harmonies of #D3075E
Complementary color
Monochromatic Colors of #D3075E
Black with #D3075E
Text Example
Text Example
White with #D3075E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3075E; }
p { color: rgb(211,7,94); }
H1.HeaderClassName
{
color: #D3075E;
}
.AnyTagClassName
{
color: #D3075E;
}
</style>
background-color css
<style>
a { background-color: #D3075E; }
a { background-color: rgb(211,7,94); }
div.DivClassName
{
background-color: #D3075E;
}
.BgClassName
{
background-color: #D3075E;
}
</style>
border-color css
<style>
span { border-color: #D3075E; }
span { border-color: rgb(211,7,94); }
td.TdClassName
{
border-color: #D3075E;
}
.TagClassName
{
border-color: #D3075E;
}
</style>