Shades of Ruby #C61E5F
Tints of Ruby #C61E5F
RGB
CMYK
RGB Variations
Color information
#C61E5F (or 0xC61E5F) is known color: Ruby. HEX triplet: C6, 1E and 5F. RGB value is (198,30,95). Sum of RGB (Red+Green+Blue) = 198+30+95=323 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.30% from 323); Green value is 30 (12.11% from 255 or 9.29% from 323); Blue value is 95 (37.5% from 255 or 29.41% from 323); Max value from RGB is 198 - color contains mainly: red. Hex color #C61E5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C61E5F is #39E1A0. Grayscale: #575757. Windows color (decimal): -3793313 or 6233798. OLE color: 6233798.
HSL color Cylindrical-coordinate representation of color #C61E5F: hue angle of 336.79º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C61E5F is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 30 | 95 | - |
| CMYK | 0 | 0.85 | 0.52 | 0.22 |
| HSL | 336.79º | 0.74% | 0.45% | - |
| HSV(B) | 336.79º | 0.85% | 0.78% | - |
| XYZ | 25.82 | 13.76 | 12.12 | - |
| YUV | 87.64 | 132.16 | 206.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 30 | 95 | 0 | 0.85 | 0.52 | 0.22 | 336.79 | 0.74 | 0.45 |
| Hex | C6 | 1E | 5F | 0 | 55 | 34 | 16 | 151 | 4A | 2D |
| Octal | 306 | 36 | 137 | 0 | 125 | 64 | 26 | 521 | 112 | 55 |
| Binary | 11000110 | 11110 | 1011111 | 0 | 1010101 | 110100 | 10110 | 101010001 | 1001010 | 101101 |
Color Harmonies of #C61E5F
Complementary color
Monochromatic Colors of #C61E5F
Black with #C61E5F
Text Example
Text Example
White with #C61E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61E5F; }
p { color: rgb(198,30,95); }
H1.HeaderClassName
{
color: #C61E5F;
}
.AnyTagClassName
{
color: #C61E5F;
}
</style>
background-color css
<style>
a { background-color: #C61E5F; }
a { background-color: rgb(198,30,95); }
div.DivClassName
{
background-color: #C61E5F;
}
.BgClassName
{
background-color: #C61E5F;
}
</style>
border-color css
<style>
span { border-color: #C61E5F; }
span { border-color: rgb(198,30,95); }
td.TdClassName
{
border-color: #C61E5F;
}
.TagClassName
{
border-color: #C61E5F;
}
</style>