Shades of Ruby #C91458
Tints of Ruby #C91458
RGB
CMYK
RGB Variations
Color information
#C91458 (or 0xC91458) is known color: Ruby. HEX triplet: C9, 14 and 58. RGB value is (201,20,88). Sum of RGB (Red+Green+Blue) = 201+20+88=309 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.05% from 309); Green value is 20 (8.20% from 255 or 6.47% from 309); Blue value is 88 (34.77% from 255 or 28.48% from 309); Max value from RGB is 201 - color contains mainly: red. Hex color #C91458 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91458 is #36EBA7. Grayscale: #515151. Windows color (decimal): -3599272 or 5772489. OLE color: 5772489.
HSL color Cylindrical-coordinate representation of color #C91458: hue angle of 337.46º 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 #C91458 is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 20 | 88 | - |
| CMYK | 0 | 0.90 | 0.56 | 0.21 |
| HSL | 337.46º | 0.82% | 0.43% | - |
| HSV(B) | 337.46º | 0.9% | 0.79% | - |
| XYZ | 26.1 | 13.62 | 10.49 | - |
| YUV | 81.87 | 131.47 | 212.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 20 | 88 | 0 | 0.90 | 0.56 | 0.21 | 337.46 | 0.82 | 0.43 |
| Hex | C9 | 14 | 58 | 0 | 5A | 38 | 15 | 151 | 52 | 2B |
| Octal | 311 | 24 | 130 | 0 | 132 | 70 | 25 | 521 | 122 | 53 |
| Binary | 11001001 | 10100 | 1011000 | 0 | 1011010 | 111000 | 10101 | 101010001 | 1010010 | 101011 |
Color Harmonies of #C91458
Complementary color
Monochromatic Colors of #C91458
Black with #C91458
Text Example
Text Example
White with #C91458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91458; }
p { color: rgb(201,20,88); }
H1.HeaderClassName
{
color: #C91458;
}
.AnyTagClassName
{
color: #C91458;
}
</style>
background-color css
<style>
a { background-color: #C91458; }
a { background-color: rgb(201,20,88); }
div.DivClassName
{
background-color: #C91458;
}
.BgClassName
{
background-color: #C91458;
}
</style>
border-color css
<style>
span { border-color: #C91458; }
span { border-color: rgb(201,20,88); }
td.TdClassName
{
border-color: #C91458;
}
.TagClassName
{
border-color: #C91458;
}
</style>