Shades of Ruby #C91453
Tints of Ruby #C91453
RGB
CMYK
RGB Variations
Color information
#C91453 (or 0xC91453) is known color: Ruby. HEX triplet: C9, 14 and 53. RGB value is (201,20,83). Sum of RGB (Red+Green+Blue) = 201+20+83=304 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.12% from 304); Green value is 20 (8.20% from 255 or 6.58% from 304); Blue value is 83 (32.81% from 255 or 27.30% from 304); Max value from RGB is 201 - color contains mainly: red. Hex color #C91453 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91453 is #36EBAC. Grayscale: #515151. Windows color (decimal): -3599277 or 5444809. OLE color: 5444809.
HSL color Cylindrical-coordinate representation of color #C91453: hue angle of 339.12º 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 #C91453 is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 20 | 83 | - |
| CMYK | 0 | 0.90 | 0.59 | 0.21 |
| HSL | 339.12º | 0.82% | 0.43% | - |
| HSV(B) | 339.12º | 0.9% | 0.79% | - |
| XYZ | 25.9 | 13.54 | 9.43 | - |
| YUV | 81.3 | 128.97 | 213.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 20 | 83 | 0 | 0.90 | 0.59 | 0.21 | 339.12 | 0.82 | 0.43 |
| Hex | C9 | 14 | 53 | 0 | 5A | 3B | 15 | 153 | 52 | 2B |
| Octal | 311 | 24 | 123 | 0 | 132 | 73 | 25 | 523 | 122 | 53 |
| Binary | 11001001 | 10100 | 1010011 | 0 | 1011010 | 111011 | 10101 | 101010011 | 1010010 | 101011 |
Color Harmonies of #C91453
Complementary color
Monochromatic Colors of #C91453
Black with #C91453
Text Example
Text Example
White with #C91453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91453; }
p { color: rgb(201,20,83); }
H1.HeaderClassName
{
color: #C91453;
}
.AnyTagClassName
{
color: #C91453;
}
</style>
background-color css
<style>
a { background-color: #C91453; }
a { background-color: rgb(201,20,83); }
div.DivClassName
{
background-color: #C91453;
}
.BgClassName
{
background-color: #C91453;
}
</style>
border-color css
<style>
span { border-color: #C91453; }
span { border-color: rgb(201,20,83); }
td.TdClassName
{
border-color: #C91453;
}
.TagClassName
{
border-color: #C91453;
}
</style>