Shades of Ruby #C5025F
Tints of Ruby #C5025F
RGB
CMYK
RGB Variations
Color information
#C5025F (or 0xC5025F) is known color: Ruby. HEX triplet: C5, 02 and 5F. RGB value is (197,2,95). Sum of RGB (Red+Green+Blue) = 197+2+95=294 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.01% from 294); Green value is 2 (1.17% from 255 or 0.68% from 294); Blue value is 95 (37.5% from 255 or 32.31% from 294); Max value from RGB is 197 - color contains mainly: red. Hex color #C5025F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5025F is #3AFDA0. Grayscale: #464646. Windows color (decimal): -3866017 or 6226629. OLE color: 6226629.
HSL color Cylindrical-coordinate representation of color #C5025F: hue angle of 331.38º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C5025F is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 2 | 95 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.23 |
| HSL | 331.38º | 0.98% | 0.39% | - |
| HSV(B) | 331.38º | 0.99% | 0.77% | - |
| XYZ | 25.11 | 12.74 | 11.96 | - |
| YUV | 70.91 | 141.6 | 217.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 2 | 95 | 0 | 0.99 | 0.52 | 0.23 | 331.38 | 0.98 | 0.39 |
| Hex | C5 | 2 | 5F | 0 | 63 | 34 | 17 | 14B | 62 | 27 |
| Octal | 305 | 2 | 137 | 0 | 143 | 64 | 27 | 513 | 142 | 47 |
| Binary | 11000101 | 10 | 1011111 | 0 | 1100011 | 110100 | 10111 | 101001011 | 1100010 | 100111 |
Color Harmonies of #C5025F
Complementary color
Monochromatic Colors of #C5025F
Black with #C5025F
Text Example
Text Example
White with #C5025F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5025F; }
p { color: rgb(197,2,95); }
H1.HeaderClassName
{
color: #C5025F;
}
.AnyTagClassName
{
color: #C5025F;
}
</style>
background-color css
<style>
a { background-color: #C5025F; }
a { background-color: rgb(197,2,95); }
div.DivClassName
{
background-color: #C5025F;
}
.BgClassName
{
background-color: #C5025F;
}
</style>
border-color css
<style>
span { border-color: #C5025F; }
span { border-color: rgb(197,2,95); }
td.TdClassName
{
border-color: #C5025F;
}
.TagClassName
{
border-color: #C5025F;
}
</style>