Shades of Ruby #CF1750
Tints of Ruby #CF1750
RGB
CMYK
RGB Variations
Color information
#CF1750 (or 0xCF1750) is known color: Ruby. HEX triplet: CF, 17 and 50. RGB value is (207,23,80). Sum of RGB (Red+Green+Blue) = 207+23+80=310 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.77% from 310); Green value is 23 (9.38% from 255 or 7.42% from 310); Blue value is 80 (31.64% from 255 or 25.81% from 310); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1750 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1750 is #30E8AF. Grayscale: #545454. Windows color (decimal): -3205296 or 5248975. OLE color: 5248975.
HSL color Cylindrical-coordinate representation of color #CF1750: hue angle of 341.41º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CF1750 is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 23 | 80 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.19 |
| HSL | 341.41º | 0.8% | 0.45% | - |
| HSV(B) | 341.41º | 0.89% | 0.81% | - |
| XYZ | 27.49 | 14.46 | 8.93 | - |
| YUV | 84.51 | 125.46 | 215.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 23 | 80 | 0 | 0.89 | 0.61 | 0.19 | 341.41 | 0.8 | 0.45 |
| Hex | CF | 17 | 50 | 0 | 59 | 3D | 13 | 155 | 50 | 2D |
| Octal | 317 | 27 | 120 | 0 | 131 | 75 | 23 | 525 | 120 | 55 |
| Binary | 11001111 | 10111 | 1010000 | 0 | 1011001 | 111101 | 10011 | 101010101 | 1010000 | 101101 |
Color Harmonies of #CF1750
Complementary color
Monochromatic Colors of #CF1750
Black with #CF1750
Text Example
Text Example
White with #CF1750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1750; }
p { color: rgb(207,23,80); }
H1.HeaderClassName
{
color: #CF1750;
}
.AnyTagClassName
{
color: #CF1750;
}
</style>
background-color css
<style>
a { background-color: #CF1750; }
a { background-color: rgb(207,23,80); }
div.DivClassName
{
background-color: #CF1750;
}
.BgClassName
{
background-color: #CF1750;
}
</style>
border-color css
<style>
span { border-color: #CF1750; }
span { border-color: rgb(207,23,80); }
td.TdClassName
{
border-color: #CF1750;
}
.TagClassName
{
border-color: #CF1750;
}
</style>