Shades of Ruby #CF1350
Tints of Ruby #CF1350
RGB
CMYK
RGB Variations
Color information
#CF1350 (or 0xCF1350) is known color: Ruby. HEX triplet: CF, 13 and 50. RGB value is (207,19,80). Sum of RGB (Red+Green+Blue) = 207+19+80=306 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.65% from 306); Green value is 19 (7.81% from 255 or 6.21% from 306); Blue value is 80 (31.64% from 255 or 26.14% from 306); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1350 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1350 is #30ECAF. Grayscale: #525252. Windows color (decimal): -3206320 or 5247951. OLE color: 5247951.
HSL color Cylindrical-coordinate representation of color #CF1350: hue angle of 340.53º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF1350 is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 19 | 80 | - |
| CMYK | 0 | 0.91 | 0.61 | 0.19 |
| HSL | 340.53º | 0.83% | 0.44% | - |
| HSV(B) | 340.53º | 0.91% | 0.81% | - |
| XYZ | 27.41 | 14.31 | 8.91 | - |
| YUV | 82.17 | 126.78 | 217.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 19 | 80 | 0 | 0.91 | 0.61 | 0.19 | 340.53 | 0.83 | 0.44 |
| Hex | CF | 13 | 50 | 0 | 5B | 3D | 13 | 155 | 53 | 2C |
| Octal | 317 | 23 | 120 | 0 | 133 | 75 | 23 | 525 | 123 | 54 |
| Binary | 11001111 | 10011 | 1010000 | 0 | 1011011 | 111101 | 10011 | 101010101 | 1010011 | 101100 |
Color Harmonies of #CF1350
Complementary color
Monochromatic Colors of #CF1350
Black with #CF1350
Text Example
Text Example
White with #CF1350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1350; }
p { color: rgb(207,19,80); }
H1.HeaderClassName
{
color: #CF1350;
}
.AnyTagClassName
{
color: #CF1350;
}
</style>
background-color css
<style>
a { background-color: #CF1350; }
a { background-color: rgb(207,19,80); }
div.DivClassName
{
background-color: #CF1350;
}
.BgClassName
{
background-color: #CF1350;
}
</style>
border-color css
<style>
span { border-color: #CF1350; }
span { border-color: rgb(207,19,80); }
td.TdClassName
{
border-color: #CF1350;
}
.TagClassName
{
border-color: #CF1350;
}
</style>