Shades of Ruby #C70853
Tints of Ruby #C70853
RGB
CMYK
RGB Variations
Color information
#C70853 (or 0xC70853) is known color: Ruby. HEX triplet: C7, 08 and 53. RGB value is (199,8,83). Sum of RGB (Red+Green+Blue) = 199+8+83=290 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.62% from 290); Green value is 8 (3.52% from 255 or 2.76% from 290); Blue value is 83 (32.81% from 255 or 28.62% from 290); Max value from RGB is 199 - color contains mainly: red. Hex color #C70853 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70853 is #38F7AC. Grayscale: #494949. Windows color (decimal): -3733421 or 5441735. OLE color: 5441735.
HSL color Cylindrical-coordinate representation of color #C70853: hue angle of 336.44º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C70853 is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 8 | 83 | - |
| CMYK | 0 | 0.96 | 0.58 | 0.22 |
| HSL | 336.44º | 0.92% | 0.41% | - |
| HSV(B) | 336.44º | 0.96% | 0.78% | - |
| XYZ | 25.2 | 12.94 | 9.35 | - |
| YUV | 73.66 | 133.28 | 217.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 8 | 83 | 0 | 0.96 | 0.58 | 0.22 | 336.44 | 0.92 | 0.41 |
| Hex | C7 | 8 | 53 | 0 | 60 | 3A | 16 | 150 | 5C | 29 |
| Octal | 307 | 10 | 123 | 0 | 140 | 72 | 26 | 520 | 134 | 51 |
| Binary | 11000111 | 1000 | 1010011 | 0 | 1100000 | 111010 | 10110 | 101010000 | 1011100 | 101001 |
Color Harmonies of #C70853
Complementary color
Monochromatic Colors of #C70853
Black with #C70853
Text Example
Text Example
White with #C70853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70853; }
p { color: rgb(199,8,83); }
H1.HeaderClassName
{
color: #C70853;
}
.AnyTagClassName
{
color: #C70853;
}
</style>
background-color css
<style>
a { background-color: #C70853; }
a { background-color: rgb(199,8,83); }
div.DivClassName
{
background-color: #C70853;
}
.BgClassName
{
background-color: #C70853;
}
</style>
border-color css
<style>
span { border-color: #C70853; }
span { border-color: rgb(199,8,83); }
td.TdClassName
{
border-color: #C70853;
}
.TagClassName
{
border-color: #C70853;
}
</style>