Shades of Ruby #C81453
Tints of Ruby #C81453
RGB
CMYK
RGB Variations
Color information
#C81453 (or 0xC81453) is known color: Ruby. HEX triplet: C8, 14 and 53. RGB value is (200,20,83). Sum of RGB (Red+Green+Blue) = 200+20+83=303 (40% of max value = 765). Red value is 200 (78.52% from 255 or 66.01% from 303); Green value is 20 (8.20% from 255 or 6.60% from 303); Blue value is 83 (32.81% from 255 or 27.39% from 303); Max value from RGB is 200 - color contains mainly: red. Hex color #C81453 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81453 is #37EBAC. Grayscale: #505050. Windows color (decimal): -3664813 or 5444808. OLE color: 5444808.
HSL color Cylindrical-coordinate representation of color #C81453: hue angle of 339º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C81453 is Cyan = 0, Magento = 0.9, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 20 | 83 | - |
| CMYK | 0 | 0.9 | 0.58 | 0.22 |
| HSL | 339º | 0.82% | 0.43% | - |
| HSV(B) | 339º | 0.9% | 0.78% | - |
| XYZ | 25.63 | 13.4 | 9.42 | - |
| YUV | 81 | 129.13 | 212.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 20 | 83 | 0 | 0.9 | 0.58 | 0.22 | 339 | 0.82 | 0.43 |
| Hex | C8 | 14 | 53 | 0 | 5A | 3A | 16 | 153 | 52 | 2B |
| Octal | 310 | 24 | 123 | 0 | 132 | 72 | 26 | 523 | 122 | 53 |
| Binary | 11001000 | 10100 | 1010011 | 0 | 1011010 | 111010 | 10110 | 101010011 | 1010010 | 101011 |
Color Harmonies of #C81453
Complementary color
Monochromatic Colors of #C81453
Black with #C81453
Text Example
Text Example
White with #C81453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81453; }
p { color: rgb(200,20,83); }
H1.HeaderClassName
{
color: #C81453;
}
.AnyTagClassName
{
color: #C81453;
}
</style>
background-color css
<style>
a { background-color: #C81453; }
a { background-color: rgb(200,20,83); }
div.DivClassName
{
background-color: #C81453;
}
.BgClassName
{
background-color: #C81453;
}
</style>
border-color css
<style>
span { border-color: #C81453; }
span { border-color: rgb(200,20,83); }
td.TdClassName
{
border-color: #C81453;
}
.TagClassName
{
border-color: #C81453;
}
</style>