Shades of Ruby #C91752
Tints of Ruby #C91752
RGB
CMYK
RGB Variations
Color information
#C91752 (or 0xC91752) is known color: Ruby. HEX triplet: C9, 17 and 52. RGB value is (201,23,82). Sum of RGB (Red+Green+Blue) = 201+23+82=306 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.69% from 306); Green value is 23 (9.38% from 255 or 7.52% from 306); Blue value is 82 (32.42% from 255 or 26.80% from 306); Max value from RGB is 201 - color contains mainly: red. Hex color #C91752 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91752 is #36E8AD. Grayscale: #525252. Windows color (decimal): -3598510 or 5380041. OLE color: 5380041.
HSL color Cylindrical-coordinate representation of color #C91752: hue angle of 340.11º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C91752 is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 23 | 82 | - |
| CMYK | 0 | 0.89 | 0.59 | 0.21 |
| HSL | 340.11º | 0.79% | 0.44% | - |
| HSV(B) | 340.11º | 0.89% | 0.79% | - |
| XYZ | 25.92 | 13.64 | 9.25 | - |
| YUV | 82.95 | 127.47 | 212.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 23 | 82 | 0 | 0.89 | 0.59 | 0.21 | 340.11 | 0.79 | 0.44 |
| Hex | C9 | 17 | 52 | 0 | 59 | 3B | 15 | 154 | 4F | 2C |
| Octal | 311 | 27 | 122 | 0 | 131 | 73 | 25 | 524 | 117 | 54 |
| Binary | 11001001 | 10111 | 1010010 | 0 | 1011001 | 111011 | 10101 | 101010100 | 1001111 | 101100 |
Color Harmonies of #C91752
Complementary color
Monochromatic Colors of #C91752
Black with #C91752
Text Example
Text Example
White with #C91752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91752; }
p { color: rgb(201,23,82); }
H1.HeaderClassName
{
color: #C91752;
}
.AnyTagClassName
{
color: #C91752;
}
</style>
background-color css
<style>
a { background-color: #C91752; }
a { background-color: rgb(201,23,82); }
div.DivClassName
{
background-color: #C91752;
}
.BgClassName
{
background-color: #C91752;
}
</style>
border-color css
<style>
span { border-color: #C91752; }
span { border-color: rgb(201,23,82); }
td.TdClassName
{
border-color: #C91752;
}
.TagClassName
{
border-color: #C91752;
}
</style>