Shades of Ruby #C9135F
Tints of Ruby #C9135F
RGB
CMYK
RGB Variations
Color information
#C9135F (or 0xC9135F) is known color: Ruby. HEX triplet: C9, 13 and 5F. RGB value is (201,19,95). Sum of RGB (Red+Green+Blue) = 201+19+95=315 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.81% from 315); Green value is 19 (7.81% from 255 or 6.03% from 315); Blue value is 95 (37.5% from 255 or 30.16% from 315); Max value from RGB is 201 - color contains mainly: red. Hex color #C9135F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9135F is #36ECA0. Grayscale: #515151. Windows color (decimal): -3599521 or 6230985. OLE color: 6230985.
HSL color Cylindrical-coordinate representation of color #C9135F: hue angle of 334.95º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C9135F is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 19 | 95 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.21 |
| HSL | 334.95º | 0.83% | 0.43% | - |
| HSV(B) | 334.95º | 0.91% | 0.79% | - |
| XYZ | 26.39 | 13.71 | 12.08 | - |
| YUV | 82.08 | 135.3 | 212.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 19 | 95 | 0 | 0.91 | 0.53 | 0.21 | 334.95 | 0.83 | 0.43 |
| Hex | C9 | 13 | 5F | 0 | 5B | 35 | 15 | 14F | 53 | 2B |
| Octal | 311 | 23 | 137 | 0 | 133 | 65 | 25 | 517 | 123 | 53 |
| Binary | 11001001 | 10011 | 1011111 | 0 | 1011011 | 110101 | 10101 | 101001111 | 1010011 | 101011 |
Color Harmonies of #C9135F
Complementary color
Monochromatic Colors of #C9135F
Black with #C9135F
Text Example
Text Example
White with #C9135F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9135F; }
p { color: rgb(201,19,95); }
H1.HeaderClassName
{
color: #C9135F;
}
.AnyTagClassName
{
color: #C9135F;
}
</style>
background-color css
<style>
a { background-color: #C9135F; }
a { background-color: rgb(201,19,95); }
div.DivClassName
{
background-color: #C9135F;
}
.BgClassName
{
background-color: #C9135F;
}
</style>
border-color css
<style>
span { border-color: #C9135F; }
span { border-color: rgb(201,19,95); }
td.TdClassName
{
border-color: #C9135F;
}
.TagClassName
{
border-color: #C9135F;
}
</style>