Shades of Ruby #CF1850
Tints of Ruby #CF1850
RGB
CMYK
RGB Variations
Color information
#CF1850 (or 0xCF1850) is known color: Ruby. HEX triplet: CF, 18 and 50. RGB value is (207,24,80). Sum of RGB (Red+Green+Blue) = 207+24+80=311 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.56% from 311); Green value is 24 (9.77% from 255 or 7.72% from 311); Blue value is 80 (31.64% from 255 or 25.72% from 311); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1850 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1850 is #30E7AF. Grayscale: #555555. Windows color (decimal): -3205040 or 5249231. OLE color: 5249231.
HSL color Cylindrical-coordinate representation of color #CF1850: hue angle of 341.64º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF1850 is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 24 | 80 | - |
| CMYK | 0 | 0.88 | 0.61 | 0.19 |
| HSL | 341.64º | 0.79% | 0.45% | - |
| HSV(B) | 341.64º | 0.88% | 0.81% | - |
| XYZ | 27.51 | 14.5 | 8.94 | - |
| YUV | 85.1 | 125.13 | 214.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 24 | 80 | 0 | 0.88 | 0.61 | 0.19 | 341.64 | 0.79 | 0.45 |
| Hex | CF | 18 | 50 | 0 | 58 | 3D | 13 | 156 | 4F | 2D |
| Octal | 317 | 30 | 120 | 0 | 130 | 75 | 23 | 526 | 117 | 55 |
| Binary | 11001111 | 11000 | 1010000 | 0 | 1011000 | 111101 | 10011 | 101010110 | 1001111 | 101101 |
Color Harmonies of #CF1850
Complementary color
Monochromatic Colors of #CF1850
Black with #CF1850
Text Example
Text Example
White with #CF1850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1850; }
p { color: rgb(207,24,80); }
H1.HeaderClassName
{
color: #CF1850;
}
.AnyTagClassName
{
color: #CF1850;
}
</style>
background-color css
<style>
a { background-color: #CF1850; }
a { background-color: rgb(207,24,80); }
div.DivClassName
{
background-color: #CF1850;
}
.BgClassName
{
background-color: #CF1850;
}
</style>
border-color css
<style>
span { border-color: #CF1850; }
span { border-color: rgb(207,24,80); }
td.TdClassName
{
border-color: #CF1850;
}
.TagClassName
{
border-color: #CF1850;
}
</style>