Shades of Ruby #C71B5F
Tints of Ruby #C71B5F
RGB
CMYK
RGB Variations
Color information
#C71B5F (or 0xC71B5F) is known color: Ruby. HEX triplet: C7, 1B and 5F. RGB value is (199,27,95). Sum of RGB (Red+Green+Blue) = 199+27+95=321 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.99% from 321); Green value is 27 (10.94% from 255 or 8.41% from 321); Blue value is 95 (37.5% from 255 or 29.60% from 321); Max value from RGB is 199 - color contains mainly: red. Hex color #C71B5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C71B5F is #38E4A0. Grayscale: #565656. Windows color (decimal): -3728545 or 6233031. OLE color: 6233031.
HSL color Cylindrical-coordinate representation of color #C71B5F: hue angle of 336.28º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C71B5F is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
RGB | 199 | 27 | 95 | - |
CMYK | 0 | 0.86 | 0.52 | 0.22 |
HSL | 336.28º | 0.76% | 0.44% | - |
HSV(B) | 336.28º | 0.86% | 0.78% | - |
XYZ | 26.01 | 13.75 | 12.11 | - |
YUV | 86.18 | 132.98 | 208.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 27 | 95 | 0 | 0.86 | 0.52 | 0.22 | 336.28 | 0.76 | 0.44 |
Hex | C7 | 1B | 5F | 0 | 56 | 34 | 16 | 150 | 4C | 2C |
Octal | 307 | 33 | 137 | 0 | 126 | 64 | 26 | 520 | 114 | 54 |
Binary | 11000111 | 11011 | 1011111 | 0 | 1010110 | 110100 | 10110 | 101010000 | 1001100 | 101100 |
Color Harmonies of #C71B5F
Complementary color
Monochromatic Colors of #C71B5F
Black with #C71B5F
Text Example
Text Example
White with #C71B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71B5F; }
p { color: rgb(199,27,95); }
H1.HeaderClassName
{
color: #C71B5F;
}
.AnyTagClassName
{
color: #C71B5F;
}
</style>
background-color css
<style>
a { background-color: #C71B5F; }
a { background-color: rgb(199,27,95); }
div.DivClassName
{
background-color: #C71B5F;
}
.BgClassName
{
background-color: #C71B5F;
}
</style>
border-color css
<style>
span { border-color: #C71B5F; }
span { border-color: rgb(199,27,95); }
td.TdClassName
{
border-color: #C71B5F;
}
.TagClassName
{
border-color: #C71B5F;
}
</style>