Shades of Ruby #D3135E
Tints of Ruby #D3135E
RGB
CMYK
RGB Variations
Color information
#D3135E (or 0xD3135E) is known color: Ruby. HEX triplet: D3, 13 and 5E. RGB value is (211,19,94). Sum of RGB (Red+Green+Blue) = 211+19+94=324 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.12% from 324); Green value is 19 (7.81% from 255 or 5.86% from 324); Blue value is 94 (37.11% from 255 or 29.01% from 324); Max value from RGB is 211 - color contains mainly: red. Hex color #D3135E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3135E is #2CECA1. Grayscale: #545454. Windows color (decimal): -2944162 or 6165459. OLE color: 6165459.
HSL color Cylindrical-coordinate representation of color #D3135E: hue angle of 336.56º degrees, saturation: 0.83, 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 #D3135E is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 19 | 94 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.17 |
| HSL | 336.56º | 0.83% | 0.45% | - |
| HSV(B) | 336.56º | 0.91% | 0.83% | - |
| XYZ | 29.12 | 15.12 | 11.97 | - |
| YUV | 84.96 | 133.11 | 217.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 19 | 94 | 0 | 0.91 | 0.55 | 0.17 | 336.56 | 0.83 | 0.45 |
| Hex | D3 | 13 | 5E | 0 | 5B | 37 | 11 | 151 | 53 | 2D |
| Octal | 323 | 23 | 136 | 0 | 133 | 67 | 21 | 521 | 123 | 55 |
| Binary | 11010011 | 10011 | 1011110 | 0 | 1011011 | 110111 | 10001 | 101010001 | 1010011 | 101101 |
Color Harmonies of #D3135E
Complementary color
Monochromatic Colors of #D3135E
Black with #D3135E
Text Example
Text Example
White with #D3135E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3135E; }
p { color: rgb(211,19,94); }
H1.HeaderClassName
{
color: #D3135E;
}
.AnyTagClassName
{
color: #D3135E;
}
</style>
background-color css
<style>
a { background-color: #D3135E; }
a { background-color: rgb(211,19,94); }
div.DivClassName
{
background-color: #D3135E;
}
.BgClassName
{
background-color: #D3135E;
}
</style>
border-color css
<style>
span { border-color: #D3135E; }
span { border-color: rgb(211,19,94); }
td.TdClassName
{
border-color: #D3135E;
}
.TagClassName
{
border-color: #D3135E;
}
</style>