Shades of Ruby #C91857
Tints of Ruby #C91857
RGB
CMYK
RGB Variations
Color information
#C91857 (or 0xC91857) is known color: Ruby. HEX triplet: C9, 18 and 57. RGB value is (201,24,87). Sum of RGB (Red+Green+Blue) = 201+24+87=312 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.42% from 312); Green value is 24 (9.77% from 255 or 7.69% from 312); Blue value is 87 (34.38% from 255 or 27.88% from 312); Max value from RGB is 201 - color contains mainly: red. Hex color #C91857 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91857 is #36E7A8. Grayscale: #545454. Windows color (decimal): -3598249 or 5707977. OLE color: 5707977.
HSL color Cylindrical-coordinate representation of color #C91857: hue angle of 338.64º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C91857 is Cyan = 0, Magento = 0.88, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 24 | 87 | - |
| CMYK | 0 | 0.88 | 0.57 | 0.21 |
| HSL | 338.64º | 0.79% | 0.44% | - |
| HSV(B) | 338.64º | 0.88% | 0.79% | - |
| XYZ | 26.13 | 13.76 | 10.3 | - |
| YUV | 84.11 | 129.64 | 211.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 24 | 87 | 0 | 0.88 | 0.57 | 0.21 | 338.64 | 0.79 | 0.44 |
| Hex | C9 | 18 | 57 | 0 | 58 | 39 | 15 | 153 | 4F | 2C |
| Octal | 311 | 30 | 127 | 0 | 130 | 71 | 25 | 523 | 117 | 54 |
| Binary | 11001001 | 11000 | 1010111 | 0 | 1011000 | 111001 | 10101 | 101010011 | 1001111 | 101100 |
Color Harmonies of #C91857
Complementary color
Monochromatic Colors of #C91857
Black with #C91857
Text Example
Text Example
White with #C91857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91857; }
p { color: rgb(201,24,87); }
H1.HeaderClassName
{
color: #C91857;
}
.AnyTagClassName
{
color: #C91857;
}
</style>
background-color css
<style>
a { background-color: #C91857; }
a { background-color: rgb(201,24,87); }
div.DivClassName
{
background-color: #C91857;
}
.BgClassName
{
background-color: #C91857;
}
</style>
border-color css
<style>
span { border-color: #C91857; }
span { border-color: rgb(201,24,87); }
td.TdClassName
{
border-color: #C91857;
}
.TagClassName
{
border-color: #C91857;
}
</style>