Shades of Ruby #C91357
Tints of Ruby #C91357
RGB
CMYK
RGB Variations
Color information
#C91357 (or 0xC91357) is known color: Ruby. HEX triplet: C9, 13 and 57. RGB value is (201,19,87). Sum of RGB (Red+Green+Blue) = 201+19+87=307 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.47% from 307); Green value is 19 (7.81% from 255 or 6.19% from 307); Blue value is 87 (34.38% from 255 or 28.34% from 307); Max value from RGB is 201 - color contains mainly: red. Hex color #C91357 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91357 is #36ECA8. Grayscale: #515151. Windows color (decimal): -3599529 or 5706697. OLE color: 5706697.
HSL color Cylindrical-coordinate representation of color #C91357: hue angle of 337.58º 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 #C91357 is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 19 | 87 | - |
| CMYK | 0 | 0.91 | 0.57 | 0.21 |
| HSL | 337.58º | 0.83% | 0.43% | - |
| HSV(B) | 337.58º | 0.91% | 0.79% | - |
| XYZ | 26.04 | 13.57 | 10.26 | - |
| YUV | 81.17 | 131.3 | 213.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 19 | 87 | 0 | 0.91 | 0.57 | 0.21 | 337.58 | 0.83 | 0.43 |
| Hex | C9 | 13 | 57 | 0 | 5B | 39 | 15 | 152 | 53 | 2B |
| Octal | 311 | 23 | 127 | 0 | 133 | 71 | 25 | 522 | 123 | 53 |
| Binary | 11001001 | 10011 | 1010111 | 0 | 1011011 | 111001 | 10101 | 101010010 | 1010011 | 101011 |
Color Harmonies of #C91357
Complementary color
Monochromatic Colors of #C91357
Black with #C91357
Text Example
Text Example
White with #C91357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91357; }
p { color: rgb(201,19,87); }
H1.HeaderClassName
{
color: #C91357;
}
.AnyTagClassName
{
color: #C91357;
}
</style>
background-color css
<style>
a { background-color: #C91357; }
a { background-color: rgb(201,19,87); }
div.DivClassName
{
background-color: #C91357;
}
.BgClassName
{
background-color: #C91357;
}
</style>
border-color css
<style>
span { border-color: #C91357; }
span { border-color: rgb(201,19,87); }
td.TdClassName
{
border-color: #C91357;
}
.TagClassName
{
border-color: #C91357;
}
</style>