Shades of Ruby #C7025F
Tints of Ruby #C7025F
RGB
CMYK
RGB Variations
Color information
#C7025F (or 0xC7025F) is known color: Ruby. HEX triplet: C7, 02 and 5F. RGB value is (199,2,95). Sum of RGB (Red+Green+Blue) = 199+2+95=296 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.23% from 296); Green value is 2 (1.17% from 255 or 0.68% from 296); Blue value is 95 (37.5% from 255 or 32.09% from 296); Max value from RGB is 199 - color contains mainly: red. Hex color #C7025F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7025F is #38FDA0. Grayscale: #474747. Windows color (decimal): -3734945 or 6226631. OLE color: 6226631.
HSL color Cylindrical-coordinate representation of color #C7025F: hue angle of 331.68º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C7025F is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 2 | 95 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.22 |
| HSL | 331.68º | 0.98% | 0.39% | - |
| HSV(B) | 331.68º | 0.99% | 0.78% | - |
| XYZ | 25.64 | 13.01 | 11.99 | - |
| YUV | 71.51 | 141.27 | 218.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 2 | 95 | 0 | 0.99 | 0.52 | 0.22 | 331.68 | 0.98 | 0.39 |
| Hex | C7 | 2 | 5F | 0 | 63 | 34 | 16 | 14C | 62 | 27 |
| Octal | 307 | 2 | 137 | 0 | 143 | 64 | 26 | 514 | 142 | 47 |
| Binary | 11000111 | 10 | 1011111 | 0 | 1100011 | 110100 | 10110 | 101001100 | 1100010 | 100111 |
Color Harmonies of #C7025F
Complementary color
Monochromatic Colors of #C7025F
Black with #C7025F
Text Example
Text Example
White with #C7025F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7025F; }
p { color: rgb(199,2,95); }
H1.HeaderClassName
{
color: #C7025F;
}
.AnyTagClassName
{
color: #C7025F;
}
</style>
background-color css
<style>
a { background-color: #C7025F; }
a { background-color: rgb(199,2,95); }
div.DivClassName
{
background-color: #C7025F;
}
.BgClassName
{
background-color: #C7025F;
}
</style>
border-color css
<style>
span { border-color: #C7025F; }
span { border-color: rgb(199,2,95); }
td.TdClassName
{
border-color: #C7025F;
}
.TagClassName
{
border-color: #C7025F;
}
</style>