Shades of Ruby #C91450
Tints of Ruby #C91450
RGB
CMYK
RGB Variations
Color information
#C91450 (or 0xC91450) is known color: Ruby. HEX triplet: C9, 14 and 50. RGB value is (201,20,80). Sum of RGB (Red+Green+Blue) = 201+20+80=301 (39% of max value = 765). Red value is 201 (78.91% from 255 or 66.78% from 301); Green value is 20 (8.20% from 255 or 6.64% from 301); Blue value is 80 (31.64% from 255 or 26.58% from 301); Max value from RGB is 201 - color contains mainly: red. Hex color #C91450 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91450 is #36EBAF. Grayscale: #505050. Windows color (decimal): -3599280 or 5248201. OLE color: 5248201.
HSL color Cylindrical-coordinate representation of color #C91450: hue angle of 340.11º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C91450 is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 20 | 80 | - |
| CMYK | 0 | 0.90 | 0.60 | 0.21 |
| HSL | 340.11º | 0.82% | 0.43% | - |
| HSV(B) | 340.11º | 0.9% | 0.79% | - |
| XYZ | 25.79 | 13.5 | 8.84 | - |
| YUV | 80.96 | 127.47 | 213.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 20 | 80 | 0 | 0.90 | 0.60 | 0.21 | 340.11 | 0.82 | 0.43 |
| Hex | C9 | 14 | 50 | 0 | 5A | 3C | 15 | 154 | 52 | 2B |
| Octal | 311 | 24 | 120 | 0 | 132 | 74 | 25 | 524 | 122 | 53 |
| Binary | 11001001 | 10100 | 1010000 | 0 | 1011010 | 111100 | 10101 | 101010100 | 1010010 | 101011 |
Color Harmonies of #C91450
Complementary color
Monochromatic Colors of #C91450
Black with #C91450
Text Example
Text Example
White with #C91450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91450; }
p { color: rgb(201,20,80); }
H1.HeaderClassName
{
color: #C91450;
}
.AnyTagClassName
{
color: #C91450;
}
</style>
background-color css
<style>
a { background-color: #C91450; }
a { background-color: rgb(201,20,80); }
div.DivClassName
{
background-color: #C91450;
}
.BgClassName
{
background-color: #C91450;
}
</style>
border-color css
<style>
span { border-color: #C91450; }
span { border-color: rgb(201,20,80); }
td.TdClassName
{
border-color: #C91450;
}
.TagClassName
{
border-color: #C91450;
}
</style>